Skip to content

Commit

Permalink
Bump the all-dependencies group in /api with 18 updates (#308)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /api with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [blinker](https://github.com/pallets-eco/blinker) | `1.6.3` | `1.7.0` |
| [boto3](https://github.com/boto/boto3) | `1.28.63` | `1.28.84` |
| [botocore](https://github.com/boto/botocore) | `1.31.63` | `1.31.84` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.0` | `3.3.2` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.0` | `3.0.1` |
| [networkx](https://github.com/networkx/networkx) | `3.1` | `3.2.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.4.2` | `2.5.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.10.1` | `2.14.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.22` | `2.0.23` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.3` |
| [pip](https://github.com/pypa/pip) | `23.3` | `23.3.1` |
| [wheel](https://github.com/pypa/wheel) | `0.41.2` | `0.41.3` |
| [cachetools](https://github.com/tkem/cachetools) | `5.3.1` | `5.3.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.12.4` | `3.13.1` |
| [identify](https://github.com/pre-commit/identify) | `2.5.30` | `2.5.31` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `3.11.0` | `4.0.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.24.5` | `20.24.6` |


Updates `blinker` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@1.6.3...1.7.0)

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

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

Updates `charset-normalizer` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.0...3.3.2)

Updates `greenlet` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.0.0...3.0.1)

Updates `networkx` from 3.1 to 3.2.1
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.1...networkx-3.2.1)

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

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

Updates `sqlalchemy` from 2.0.22 to 2.0.23
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

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 `pytest` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

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

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

Updates `cachetools` from 5.3.1 to 5.3.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.3.1...v5.3.2)

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

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

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 `virtualenv` from 20.24.5 to 20.24.6
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.24.5...20.24.6)

---
updated-dependencies:
- dependency-name: blinker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: greenlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: networkx
  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-minor
  dependency-group: all-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sqlalchemy
  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: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: cachetools
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: filelock
  dependency-type: direct:development
  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: virtualenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Downgrade urllib3 to meet the requirements of botocore

* Downgrade platformdirs to meet other dependencies requirements

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Deal <[email protected]>
  • Loading branch information
dependabot[bot] and ykdeal authored Nov 17, 2023
1 parent 110db33 commit e38b1f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions api/requirements-bootstrap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.7
pip==23.3
pip==23.3.1
pip-tools==7.3.0
wheel==0.41.2
wheel==0.41.3
12 changes: 6 additions & 6 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements-dev.txt requirements-dev-minimal.txt
#
cachetools==5.3.1
cachetools==5.3.2
# via tox
certifi==2023.7.22
# via
Expand All @@ -14,7 +14,7 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via tox
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via
# -c requirements.txt
# requests
Expand All @@ -24,11 +24,11 @@ coverage==7.3.2
# via -r requirements-dev-minimal.txt
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
identify==2.5.30
identify==2.5.31
# via pre-commit
idna==3.4
# via
Expand Down Expand Up @@ -57,7 +57,7 @@ pre-commit==3.5.0
# via -r requirements-dev-minimal.txt
pyproject-api==1.6.1
# via tox
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements-dev-minimal.txt
# requirements-tools
Expand All @@ -83,7 +83,7 @@ urllib3==2.0.7
# via
# -c requirements.txt
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# pre-commit
# requirements-tools
Expand Down
18 changes: 9 additions & 9 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ annotated-types==0.6.0
# via pydantic
arrow==1.3.0
# via -r requirements-minimal.txt
blinker==1.6.3
blinker==1.7.0
# via flask
boto3==1.28.63
boto3==1.28.84
# via -r requirements-minimal.txt
botocore==1.31.63
botocore==1.31.84
# via
# boto3
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
Expand All @@ -31,7 +31,7 @@ flask-api-utils==1.0.2
# via -r requirements-minimal.txt
flask-sqlalchemy==3.1.1
# via -r requirements-minimal.txt
greenlet==3.0.0
greenlet==3.0.1
# via sqlalchemy
httplib2==0.22.0
# via -r requirements-minimal.txt
Expand All @@ -51,13 +51,13 @@ markupsafe==2.1.3
# via
# jinja2
# werkzeug
networkx==3.1
networkx==3.2.1
# via -r requirements-minimal.txt
psycopg2-binary==2.9.9
# via -r requirements-minimal.txt
pydantic==2.4.2
pydantic==2.5.0
# via -r requirements-minimal.txt
pydantic-core==2.10.1
pydantic-core==2.14.1
# via pydantic
pyparsing==3.1.1
# via httplib2
Expand All @@ -79,7 +79,7 @@ sendgrid==6.10.0
# via -r requirements-minimal.txt
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.22
sqlalchemy==2.0.23
# via flask-sqlalchemy
starkbank-ecdsa==2.2.0
# via sendgrid
Expand Down

0 comments on commit e38b1f6

Please sign in to comment.