Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.28.84` | `1.29.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.5.0` | `2.5.1` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2023.11.17` |
| [identify](https://github.com/pre-commit/identify) | `2.5.31` | `2.5.32` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `3.11.0` | `4.0.0` |
| [botocore](https://github.com/boto/botocore) | `1.31.84` | `1.32.3` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.14.1` | `2.14.4` |


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

Updates `pydantic` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.0...v2.5.1)

Updates `urllib3` from 2.0.7 to 2.1.0
- [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.1.0)

Updates `certifi` from 2023.7.22 to 2023.11.17
- [Commits](certifi/python-certifi@2023.07.22...2023.11.17)

Updates `identify` from 2.5.31 to 2.5.32
- [Commits](pre-commit/identify@v2.5.31...v2.5.32)

Updates `platformdirs` from 3.11.0 to 4.0.0
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@3.11.0...4.0.0)

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

Updates `pydantic-core` from 2.14.1 to 2.14.4
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.14.1...v2.14.4)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pydantic
  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: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: identify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: platformdirs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent e38b1f6 commit 2aa2be9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -c requirements.txt
# requests
Expand All @@ -28,7 +28,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
identify==2.5.31
identify==2.5.32
# via pre-commit
idna==3.4
# via
Expand All @@ -45,7 +45,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
platformdirs==3.11.0
platformdirs==4.0.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -79,7 +79,7 @@ six==1.16.0
# requests-mock
tox==4.11.3
# via -r requirements-dev-minimal.txt
urllib3==2.0.7
urllib3==2.1.0
# via
# -c requirements.txt
# requests
Expand Down
12 changes: 6 additions & 6 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ arrow==1.3.0
# via -r requirements-minimal.txt
blinker==1.7.0
# via flask
boto3==1.28.84
boto3==1.29.3
# via -r requirements-minimal.txt
botocore==1.31.84
botocore==1.32.3
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -55,9 +55,9 @@ networkx==3.2.1
# via -r requirements-minimal.txt
psycopg2-binary==2.9.9
# via -r requirements-minimal.txt
pydantic==2.5.0
pydantic==2.5.1
# via -r requirements-minimal.txt
pydantic-core==2.14.1
pydantic-core==2.14.4
# via pydantic
pyparsing==3.1.1
# via httplib2
Expand Down Expand Up @@ -89,7 +89,7 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements-minimal.txt
# botocore
Expand Down

0 comments on commit 2aa2be9

Please sign in to comment.