Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [awscli](https://github.com/aws/aws-cli) | `1.30.3` | `1.30.7` |
| [pygments](https://github.com/pygments/pygments) | `2.17.1` | `2.17.2` |
| [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `23.9.16` | `23.11.26` |
| [setuptools](https://github.com/pypa/setuptools) | `68.2.2` | `69.0.2` |
| [boto3](https://github.com/boto/boto3) | `1.29.3` | `1.29.7` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.24.6` | `20.24.7` |
| [wheel](https://github.com/pypa/wheel) | `0.41.3` | `0.42.0` |


Updates `awscli` from 1.30.3 to 1.30.7
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
- [Commits](aws/aws-cli@1.30.3...1.30.7)

Updates `pygments` from 2.17.1 to 2.17.2
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.17.1...2.17.2)

Updates `flake8-bugbear` from 23.9.16 to 23.11.26
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@23.9.16...23.11.26)

Updates `setuptools` from 68.2.2 to 69.0.2
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v68.2.2...v69.0.2)

Updates `boto3` from 1.29.3 to 1.29.7
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.29.3...1.29.7)

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

Updates `wheel` from 0.41.3 to 0.42.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.41.3...0.42.0)

---
updated-dependencies:
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: flake8-bugbear
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 137ebf4 commit b178e2c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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==68.2.2;python_version>="3.8"
setuptools==69.0.2;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.24.6;python_version>="3.7"
virtualenv==20.24.7;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.41.3;python_version>="3.7"
wheel==0.42.0;python_version>="3.7"
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.29.3
boto3==1.29.7
pyinstaller==6.2.0
2 changes: 1 addition & 1 deletion requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

check-manifest==0.49
flake8==6.1.0
flake8-bugbear==23.9.16
flake8-bugbear==23.11.26
flake8-builtins==2.2.0
flake8-docstrings==1.7.0
flake8-isort==6.1.1
Expand Down
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.30.3
awscli==1.30.7
2 changes: 1 addition & 1 deletion requirements/docs-check.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pygments==2.17.1
pygments==2.17.2
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==2.0.0
setuptools==68.2.2
setuptools==69.0.2
sphinx==7.2.6
sphinx-rtd-theme==1.3.0

0 comments on commit b178e2c

Please sign in to comment.