Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
```pip-compile -v --upgrade-package orjson --upgrade-package cryptography --upgrade-package jinja2 && pip-sync && python -m pytest```
  • Loading branch information
TomGoBravo authored Mar 10, 2024
1 parent 1ead4b0 commit 28e7814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ coolname==1.1.0
# via prefect
croniter==1.3.5
# via prefect
cryptography==41.0.7
cryptography==42.0.5
# via prefect
dateparser==1.2.0
# via prefect
Expand Down Expand Up @@ -161,7 +161,7 @@ itsdangerous==2.1.2
# via
# flask
# flask-wtf
jinja2==3.1.2
jinja2==3.1.3
# via
# flask
# prefect
Expand Down Expand Up @@ -195,7 +195,7 @@ oauthlib==3.0.1
# via
# flask-dance
# requests-oauthlib
orjson==3.8.0
orjson==3.9.15
# via prefect
packaging==21.3
# via
Expand Down

0 comments on commit 28e7814

Please sign in to comment.