Skip to content

Commit

Permalink
chore(deps): bump the pip group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dnspython](https://github.com/rthalley/dnspython) | `2.2.1` | `2.6.1` |
| [flask](https://github.com/pallets/flask) | `2.0.3` | `2.2.5` |
| [flask-cors](https://github.com/corydolphin/flask-cors) | `3.0.10` | `4.0.1` |
| [pycryptodome](https://github.com/Legrandin/pycryptodome) | `3.14.1` | `3.19.1` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `3.12.0` | `4.6.3` |
| [requests](https://github.com/psf/requests) | `2.28.1` | `2.31.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.0.3` | `3.0.3` |



Updates `dnspython` from 2.2.1 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.2.1...v2.6.1)

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

Updates `flask-cors` from 3.0.10 to 4.0.1
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@3.0.10...4.0.1)

Updates `pycryptodome` from 3.14.1 to 3.19.1
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.14.1...v3.19.1)

Updates `pymongo` from 3.12.0 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@3.12.0...4.6.3)

Updates `requests` from 2.28.1 to 2.31.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

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

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask-cors
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pycryptodome
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent a40f06c commit e88d693
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Babel==2.9.1
cachetools==5.0.0
dnspython==2.2.1
dnspython==2.6.1
dramatiq==1.11.0
Flask==2.0.3
Flask-Cors==3.0.10
Flask==2.2.5
Flask-Cors==4.0.1
flask-restx==0.5.1
loguru==0.6.0
marshmallow==3.18.0
marshmallow-jsonschema==0.11.1
openpyxl==3.0.7
pandas==1.2.4
pdoc3==0.10.0
pycryptodome==3.14.1
pycryptodome==3.19.1
PyJWT==2.4.0
pymongo==3.12.0
pymongo==4.6.3
python-dotenv==0.19.0
redis==3.5.3
requests==2.28.1
requests==2.31.0
sendgrid==6.9.1
typer==0.4.1
uWSGI==2.0.19.1
werkzeug==2.0.3
werkzeug==3.0.3

0 comments on commit e88d693

Please sign in to comment.