Skip to content

Commit

Permalink
Bump the all-dependencies group in /api with 9 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /api with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.54` | `1.34.59` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.2.1` |
| [botocore](https://github.com/boto/botocore) | `1.34.54` | `1.34.59` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.1` | `7.0.2` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.1` | `3.1.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` |
| [tox](https://github.com/tox-dev/tox) | `4.13.0` | `4.14.1` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.4.0` | `7.4.1` |
| [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` |


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

Updates `urllib3` from 2.0.7 to 2.2.1
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.1)

Updates `botocore` from 1.34.54 to 1.34.59
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.54...1.34.59)

Updates `importlib-metadata` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.0.1...v7.0.2)

Updates `pyparsing` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.1...pyparsing_3.1.2)

Updates `pytest` from 8.0.2 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.2...8.1.1)

Updates `tox` from 4.13.0 to 4.14.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.13.0...4.14.1)

Updates `pip-tools` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@7.4.0...7.4.1)

Updates `packaging` from 23.2 to 24.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.2...24.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pip-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: packaging
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 1800802 commit 470e603
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/requirements-bootstrap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.7
pip==24.0
pip-tools==7.4.0
pip-tools==7.4.1
wheel==0.42.0
8 changes: 4 additions & 4 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mock==5.1.0
# via -r requirements-dev-minimal.txt
nodeenv==1.8.0
# via pre-commit
packaging==23.2
packaging==24.0
# via
# pyproject-api
# pytest
Expand All @@ -57,7 +57,7 @@ pre-commit==3.6.2
# via -r requirements-dev-minimal.txt
pyproject-api==1.6.1
# via tox
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements-dev-minimal.txt
# requirements-tools
Expand All @@ -77,9 +77,9 @@ six==1.16.0
# via
# -c requirements.txt
# requests-mock
tox==4.13.0
tox==4.14.1
# via -r requirements-dev-minimal.txt
urllib3==2.0.7
urllib3==2.2.1
# via
# -c requirements.txt
# requests
Expand Down
10 changes: 5 additions & 5 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ arrow==1.3.0
# via -r requirements-minimal.txt
blinker==1.7.0
# via flask
boto3==1.34.54
boto3==1.34.59
# via -r requirements-minimal.txt
botocore==1.34.54
botocore==1.34.59
# via
# boto3
# s3transfer
Expand All @@ -37,7 +37,7 @@ httplib2==0.22.0
# via -r requirements-minimal.txt
idna==3.6
# via requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via flask
itsdangerous==2.1.2
# via flask
Expand All @@ -59,7 +59,7 @@ pydantic==2.6.3
# via -r requirements-minimal.txt
pydantic-core==2.16.3
# via pydantic
pyparsing==3.1.1
pyparsing==3.1.2
# via httplib2
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ typing-extensions==4.10.0
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.0.7
urllib3==2.2.1
# via
# -r requirements-minimal.txt
# botocore
Expand Down

0 comments on commit 470e603

Please sign in to comment.