Skip to content

Commit

Permalink
Upgrade requirements/2
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Sep 14, 2024
1 parent 31b54bb commit 3f4e8ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ boto3 ~= 1.7
psutil ~= 5.4
pyasn1 ~= 0.4
datadog ~= 0.22
paramiko ~= 2.5
paramiko ~= 3.4
google ~= 3.0
google-cloud-storage ~= 2.3.0
statsd ~= 3.3
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
paramiko==2.12.0
paramiko==3.4.1
# via -r requirements.in
proto-plus==1.24.0
# via google-api-core
Expand Down Expand Up @@ -108,7 +108,6 @@ six==1.16.0
# via
# azure-core
# isodate
# paramiko
# python-dateutil
soupsieve==2.6
# via beautifulsoup4
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@IgnoreInspection BashAddShebang
black ~= 22.3
black ~= 24.3
Sphinx ~= 4.5
bumpversion ~= 0.6
docker ~= 5.0
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.8
# via pylint
babel==2.16.0
# via sphinx
black==22.12.0
black==24.8.0
# via -r requirements_dev.in
boto3==1.35.19
# via moto
Expand Down Expand Up @@ -81,6 +81,7 @@ mypy-extensions==1.0.0
# via black
packaging==24.1
# via
# black
# pytest
# sphinx
pathspec==0.12.1
Expand Down

0 comments on commit 3f4e8ae

Please sign in to comment.