Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.17` | `2.0.6` |
| [annotated-types](https://github.com/annotated-types/annotated-types) | `0.5.0` | `0.6.0` |
| [blinker](https://github.com/pallets-eco/blinker) | `1.6.2` | `1.6.3` |
| [boto3](https://github.com/boto/boto3) | `1.28.57` | `1.28.62` |
| [botocore](https://github.com/boto/botocore) | `1.31.57` | `1.31.62` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `2.0.2` | `3.0.0` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.8` | `2.9.9` |


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

Updates `annotated-types` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/annotated-types/annotated-types/releases)
- [Commits](annotated-types/annotated-types@v0.5.0...v0.6.0)

Updates `blinker` from 1.6.2 to 1.6.3
- [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.2...1.6.3)

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

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

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

Updates `psycopg2-binary` from 2.9.8 to 2.9.9
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.8...2.9.9)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: annotated-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: blinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: greenlet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: psycopg2-binary
  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 and kdeal committed Oct 9, 2023
1 parent 4ac123e commit 23f8f95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ six==1.16.0
# requests-mock
tox==4.11.3
# via -r requirements-dev-minimal.txt
urllib3==1.26.17
urllib3==2.0.6
# via
# -c requirements.txt
# requests
Expand Down
14 changes: 7 additions & 7 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=requirements.txt requirements-minimal.txt
#
annotated-types==0.5.0
annotated-types==0.6.0
# via pydantic
arrow==1.3.0
# via -r requirements-minimal.txt
blinker==1.6.2
blinker==1.6.3
# via flask
boto3==1.28.57
boto3==1.28.62
# via -r requirements-minimal.txt
botocore==1.31.57
botocore==1.31.62
# via
# boto3
# s3transfer
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==2.0.2
greenlet==3.0.0
# via sqlalchemy
httplib2==0.22.0
# via -r requirements-minimal.txt
Expand All @@ -53,7 +53,7 @@ markupsafe==2.1.3
# werkzeug
networkx==3.1
# via -r requirements-minimal.txt
psycopg2-binary==2.9.8
psycopg2-binary==2.9.9
# via -r requirements-minimal.txt
pydantic==2.4.2
# via -r requirements-minimal.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# sqlalchemy
urllib3==1.26.17
urllib3==2.0.6
# via
# -r requirements-minimal.txt
# botocore
Expand Down

0 comments on commit 23f8f95

Please sign in to comment.