Skip to content

Commit

Permalink
Merge pull request #3350 from plus3it/dependabot/pip/python-c0acd07707
Browse files Browse the repository at this point in the history
Bump the python group across 1 directory with 7 updates
  • Loading branch information
mergify[bot] authored Jun 4, 2024
2 parents 71e2e51 + 9850b15 commit a4a0e32
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools==43.0.0;python_version<="2.7"
setuptools==59.6.0;python_version<="3.6" and python_version>"2.7"
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
setuptools==69.5.1;python_version>="3.8"
setuptools==70.0.0;python_version>="3.8"
virtualenv==20.15.1;python_version<="2.7"
virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7"
virtualenv==20.26.1;python_version>="3.7"
virtualenv==20.26.2;python_version>="3.7"
wheel==0.33.6;python_version<="2.7"
wheel==0.37.1;python_version<="3.6" and python_version>"2.7"
wheel==0.42.0;python_version<="3.7" and python_version>"3.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.34.103
boto3==1.34.117
pyinstaller==6.7.0
4 changes: 2 additions & 2 deletions requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flake8-future-import==0.4.7
flake8-print==5.0.0
isort==5.13.2
m2r==0.3.1
pep8-naming==0.13.3
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.1.0
pylint==3.2.2
readme-renderer==43.0
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
satsuki==0.1.50
awscli==1.32.103
awscli==1.32.117
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r docs-check.txt

myst-parser==3.0.1
setuptools==69.5.1
setuptools==70.0.0
sphinx==7.3.7
sphinx-rtd-theme==2.0.0
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mock==5.1.0;python_version>="3.6"
pytest==4.6.3;python_version<="2.7"
pytest==7.0.1;python_version<="3.6" and python_version>"2.7"
pytest==7.4.4;python_version<="3.7" and python_version>"3.6"
pytest==8.2.0;python_version>="3.8"
pytest==8.2.1;python_version>="3.8"
pytest-cov==2.8.1;python_version<="2.7"
pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7"
pytest-cov==4.1.0;python_version<="3.7" and python_version>"3.6"
Expand Down
1 change: 1 addition & 0 deletions src/watchmaker/status/providers/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __tag_aws_instance(self, key, status):
)

try:
# pylint: disable=possibly-used-before-assignment
client = boto3.client("ec2", self.region)
response = client.create_tags(
Resources=[
Expand Down

0 comments on commit a4a0e32

Please sign in to comment.