Skip to content

Commit

Permalink
Bump the pip group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [dnspython](https://github.com/rthalley/dnspython) | `2.3.0` | `2.6.1` |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.92.0` | `0.109.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `1.10.5` | `1.10.13` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.3.3` | `4.6.3` |
| [python-multipart](https://github.com/andrew-d/python-multipart) | `0.0.5` | `0.0.7` |
| [requests](https://github.com/psf/requests) | `2.28.2` | `2.32.2` |
| [starlette](https://github.com/encode/starlette) | `0.25.0` | `0.36.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.14` | `1.26.19` |


Updates `dnspython` from 2.3.0 to 2.6.1
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.3.0...v2.6.1)

Updates `fastapi` from 0.92.0 to 0.109.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.92.0...0.109.1)

Updates `pydantic` from 1.10.5 to 1.10.13
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.5...v1.10.13)

Updates `pymongo` from 4.3.3 to 4.6.3
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.3.3...4.6.3)

Updates `python-multipart` from 0.0.5 to 0.0.7
- [Release notes](https://github.com/andrew-d/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.5...0.0.7)

Updates `requests` from 2.28.2 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.2...v2.32.2)

Updates `starlette` from 0.25.0 to 0.36.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.25.0...0.36.2)

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

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: python-multipart
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: starlette
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent ba4ed08 commit 75f66ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ certifi==2023.7.22
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
dnspython==2.3.0
dnspython==2.6.1
email-validator==1.3.1
exceptiongroup==1.2.0
fastapi==0.92.0
fastapi==0.109.1
h11==0.14.0
httpcore==0.16.3
httptools==0.5.0
Expand All @@ -27,21 +27,21 @@ pathspec==0.11.0
platformdirs==3.1.0
pluggy==1.3.0
protobuf==4.21.12
pydantic==1.10.5
pymongo==4.3.3
pydantic==1.10.13
pymongo==4.6.3
pytest==7.4.3
python-dotenv==0.21.1
python-multipart==0.0.5
python-multipart==0.0.7
PyYAML==6.0
requests==2.28.2
requests==2.32.2
rfc3986==1.5.0
six==1.16.0
sniffio==1.3.0
starlette==0.25.0
starlette==0.36.2
tomli==2.0.1
typing_extensions==4.5.0
ujson==5.7.0
urllib3==1.26.14
urllib3==1.26.19
uvicorn==0.20.0
watchfiles==0.18.1
websockets==10.4

0 comments on commit 75f66ac

Please sign in to comment.