Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.13.3` | `3.14.0` |
| [identify](https://github.com/pre-commit/identify) | `2.5.35` | `2.5.36` |
| [idna](https://github.com/kjd/idna) | `3.6` | `3.7` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.0` | `4.2.1` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.4.0` | `1.5.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [tox](https://github.com/tox-dev/tox) | `4.14.2` | `4.15.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.25.1` | `20.26.1` |
| [blinker](https://github.com/pallets-eco/blinker) | `1.7.0` | `1.8.1` |
| [boto3](https://github.com/boto/boto3) | `1.34.74` | `1.34.95` |
| [botocore](https://github.com/boto/botocore) | `1.34.74` | `1.34.95` |
| [flask](https://github.com/pallets/flask) | `3.0.2` | `3.0.3` |
| [itsdangerous](https://github.com/pallets/itsdangerous) | `2.1.2` | `2.2.0` |
| [networkx](https://github.com/networkx/networkx) | `3.2.1` | `3.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.7.1` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.3` | `2.18.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` |


Updates `coverage` from 7.4.4 to 7.5.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.4...7.5.0)

Updates `filelock` from 3.13.3 to 3.14.0
- [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.13.3...3.14.0)

Updates `identify` from 2.5.35 to 2.5.36
- [Commits](pre-commit/identify@v2.5.35...v2.5.36)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

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

Updates `pluggy` from 1.4.0 to 1.5.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.4.0...1.5.0)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

Updates `tox` from 4.14.2 to 4.15.0
- [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.14.2...4.15.0)

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

Updates `blinker` from 1.7.0 to 1.8.1
- [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.7.0...1.8.1)

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

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

Updates `flask` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.2...3.0.3)

Updates `itsdangerous` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/pallets/itsdangerous/releases)
- [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst)
- [Commits](pallets/itsdangerous@2.1.2...2.2.0)

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

Updates `pydantic` from 2.6.4 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.4...v2.7.1)

Updates `pydantic-core` from 2.16.3 to 2.18.2
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.16.3...v2.18.2)

Updates `typing-extensions` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.10.0...4.11.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: platformdirs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pluggy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: virtualenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-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: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: itsdangerous
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Kyle Deal committed May 1, 2024
1 parent ce16bf7 commit 422851d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ charset-normalizer==3.3.2
# requests
colorama==0.4.6
# via tox
coverage==7.4.4
coverage==7.5.0
# via -r requirements-dev-minimal.txt
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
idna==3.7
# via
# -c requirements.txt
# requests
Expand All @@ -45,19 +45,19 @@ packaging==24.0
# pyproject-api
# pytest
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
pre-commit==3.7.0
# via -r requirements-dev-minimal.txt
pyproject-api==1.6.1
# via tox
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements-dev-minimal.txt
# requirements-tools
Expand All @@ -77,13 +77,13 @@ six==1.16.0
# via
# -c requirements.txt
# requests-mock
tox==4.14.2
tox==4.15.0
# via -r requirements-dev-minimal.txt
urllib3==2.2.1
# via
# -c requirements.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.1
# via
# pre-commit
# requirements-tools
Expand Down
20 changes: 10 additions & 10 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ annotated-types==0.6.0
# via pydantic
arrow==1.3.0
# via -r requirements-minimal.txt
blinker==1.7.0
blinker==1.8.1
# via flask
boto3==1.34.74
boto3==1.34.95
# via -r requirements-minimal.txt
botocore==1.34.74
botocore==1.34.95
# via
# boto3
# s3transfer
Expand All @@ -22,7 +22,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
flask==3.0.2
flask==3.0.3
# via
# -r requirements-minimal.txt
# flask-api-utils
Expand All @@ -35,11 +35,11 @@ greenlet==3.0.3
# via sqlalchemy
httplib2==0.22.0
# via -r requirements-minimal.txt
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via flask
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
# via flask
Expand All @@ -51,13 +51,13 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
networkx==3.2.1
networkx==3.3
# via -r requirements-minimal.txt
psycopg2-binary==2.9.9
# via -r requirements-minimal.txt
pydantic==2.6.4
pydantic==2.7.1
# via -r requirements-minimal.txt
pydantic-core==2.16.3
pydantic-core==2.18.2
# via pydantic
pyparsing==3.1.2
# via httplib2
Expand All @@ -83,7 +83,7 @@ sqlalchemy==2.0.29
# via flask-sqlalchemy
starkbank-ecdsa==2.2.0
# via sendgrid
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# pydantic
Expand Down

0 comments on commit 422851d

Please sign in to comment.