Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `38.0.4` | `44.0.0` |
| [flask](https://github.com/pallets/flask) | `2.1.2` | `2.2.5` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.5` |
| [redis](https://github.com/redis/redis-py) | `4.3.3` | `4.4.4` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.1.2` | `3.0.6` |



Updates `cryptography` from 38.0.4 to 44.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@38.0.4...44.0.0)

Updates `flask` from 2.1.2 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.1.2...2.2.5)

Updates `jinja2` from 3.1.2 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.5)

Updates `redis` from 4.3.3 to 4.4.4
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.3.3...v4.4.4)

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: redis
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a27b477 commit f418785
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cryptography==38.0.4
Flask==2.1.2
cryptography==44.0.0
Flask==2.2.5
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.5
MarkupSafe==2.1.1
redis==4.3.3
Werkzeug==2.1.2
redis==4.4.4
Werkzeug==3.0.6

0 comments on commit f418785

Please sign in to comment.