Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the development-dependencies group with 2 updates #626

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
awscli~=1.33.4
awscli~=1.33.9
certifi~=2024.6.2
check-manifest~=0.48
mypy~=1.10
Expand All @@ -9,7 +9,7 @@ pytest~=8.2.2
pytest-cov~=5.0.0
pytest-mock~=3.14.0
pytest-ordering~=0.6
ruff~=0.4.8
ruff~=0.4.9
twine~=5.1.0
types-PyYAML~=6.0.12
types-setuptools~=70.0.0
Expand Down
57 changes: 19 additions & 38 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
#
# pip-compile --constraint=requirements.txt --output-file=requirements-dev.txt requirements-dev.in
#
awscli==1.33.4
awscli==1.33.9
# via -r requirements-dev.in
bleach==6.0.0
# via readme-renderer
boto3==1.34.122
# via moto
botocore==1.34.127
# via
# -c requirements.txt
# moto
botocore==1.34.122
# via
# -c requirements.txt
# awscli
# boto3
# moto
Expand All @@ -26,27 +23,24 @@ build==1.2.1
# pyroma
certifi==2024.6.2
# via
# -c requirements.txt
# -r requirements-dev.in
# requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.3.2
# via
# -c requirements.txt
# requests
# via requests
check-manifest==0.49
# via -r requirements-dev.in
click==8.1.7
# via
# -c requirements.txt
# pip-tools
# via pip-tools
colorama==0.4.4
# via awscli
coverage[toml]==7.2.7
# via pytest-cov
cryptography==42.0.4
# via moto
# via
# moto
# secretstorage
docutils==0.16
# via
# awscli
Expand All @@ -55,9 +49,7 @@ docutils==0.16
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via
# -c requirements.txt
# requests
# via requests
importlib-metadata==7.1.0
# via
# build
Expand All @@ -67,13 +59,14 @@ iniconfig==2.0.0
# via pytest
jaraco-classes==3.2.3
# via keyring
jinja2==3.1.4
jeepney==0.8.0
# via
# -c requirements.txt
# moto
# keyring
# secretstorage
jinja2==3.1.4
# via moto
jmespath==1.0.1
# via
# -c requirements.txt
# boto3
# botocore
keyring==23.9.3
Expand All @@ -82,7 +75,6 @@ markdown-it-py==2.2.0
# via rich
markupsafe==2.1.5
# via
# -c requirements.txt
# jinja2
# werkzeug
mdurl==0.1.2
Expand All @@ -94,12 +86,9 @@ moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.9
mypy==1.10.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
# -c requirements.txt
# mypy
# via mypy
packaging==24.1
# via
# -c requirements.txt
# build
# pyroma
# pytest
Expand All @@ -119,7 +108,6 @@ pydot==2.0.0
# via -r requirements-dev.in
pygments==2.18.0
# via
# -c requirements.txt
# pyroma
# readme-renderer
# rich
Expand All @@ -145,20 +133,17 @@ pytest-ordering==0.6
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via
# -c requirements.txt
# botocore
# moto
pyyaml==6.0.1
# via
# -c requirements.txt
# awscli
# moto
# responses
readme-renderer==37.3
# via twine
requests==2.32.3
# via
# -c requirements.txt
# -r requirements-dev.in
# moto
# pyroma
Expand All @@ -172,21 +157,19 @@ responses==0.23.3
rfc3986==2.0.0
# via twine
rich==13.7.1
# via
# -c requirements.txt
# twine
# via twine
rsa==4.7.2
# via awscli
ruff==0.4.8
ruff==0.4.9
# via -r requirements-dev.in
s3transfer==0.10.1
# via
# -c requirements.txt
# awscli
# boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements.txt
# bleach
# python-dateutil
tomli==2.0.1
Expand All @@ -210,12 +193,10 @@ types-setuptools==70.0.0.20240524
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
# -c requirements.txt
# mypy
# rich
urllib3==1.26.18
# via
# -c requirements.txt
# -r requirements-dev.in
# botocore
# requests
Expand Down
Loading