Skip to content

Commit

Permalink
Bump the python group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `70.1.1` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.2` | `20.26.3` |
| [pip](https://github.com/pypa/pip) | `24.0` | `24.1.1` |
| [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.3` | `3.2.5` |
| [boto3](https://github.com/boto/boto3) | `1.34.122` | `1.34.136` |
| [awscli](https://github.com/aws/aws-cli) | `1.33.4` | `1.33.18` |



Updates `setuptools` from 70.0.0 to 70.1.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.0.0...v70.1.1)

Updates `virtualenv` from 20.26.2 to 20.26.3
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.2...20.26.3)

Updates `pip` from 24.0 to 24.1.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.0...24.1.1)

Updates `flake8` from 7.0.0 to 7.1.0
- [Commits](PyCQA/flake8@7.0.0...7.1.0)

Updates `pylint` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.3...v3.2.5)

Updates `boto3` from 1.34.122 to 1.34.136
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.122...1.34.136)

Updates `awscli` from 1.33.4 to 1.33.18
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.33.4...1.33.18)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 2e82479 commit 2bfd7c9
Show file tree
Hide file tree
Showing 6 changed files with 8 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==70.0.0;python_version>="3.8"
setuptools==70.1.1;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.2;python_version>="3.7"
virtualenv==20.26.3;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.122
boto3==1.34.136
pyinstaller==6.7.0
4 changes: 2 additions & 2 deletions requirements/check.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r docs-check.txt

check-manifest==0.49
flake8==7.0.0
flake8==7.1.0
flake8-bugbear==24.4.26
flake8-builtins==2.5.0
flake8-docstrings==1.7.0
Expand All @@ -12,5 +12,5 @@ isort==5.13.2
m2r==0.3.1
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.2.3
pylint==3.2.5
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.33.4
awscli==1.33.18
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==70.0.0
setuptools==70.1.1
sphinx==7.3.7
sphinx-rtd-theme==2.0.0
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip==19.3.1;python_version<="2.7"
pip==21.3.1;python_version<="3.6" and python_version>"2.7"
pip==24.0;python_version>="3.7"
pip==24.1.1;python_version>="3.7"

0 comments on commit 2bfd7c9

Please sign in to comment.