Skip to content

Commit

Permalink
bump dependencies with pip-compile
Browse files Browse the repository at this point in the history
Reminded by @dependabot

Upgrades done with:

```pip-compile --upgrade-package aiohttp --upgrade-package certifi --upgrade-package cryptography --upgrade-package pygments && pip-sync ; pip-compile --upgrade-package requests && pip-sync```
  • Loading branch information
TomGoBravo authored Aug 10, 2023
1 parent ee72b98 commit 9a93707
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
Expand Up @@ -6,7 +6,7 @@
#
aiofiles==0.8.0
# via prefect
aiohttp==3.8.1
aiohttp==3.8.5
# via prefect
aiosignal==1.2.0
# via aiohttp
Expand Down Expand Up @@ -46,7 +46,7 @@ cachetools==5.2.0
# via google-auth
cattrs==22.2.0
# via -r requirements.in
certifi==2022.12.7
certifi==2023.7.22
# via
# httpcore
# httpx
Expand Down Expand Up @@ -74,7 +74,7 @@ coolname==1.1.0
# via prefect
croniter==1.3.5
# via prefect
cryptography==40.0.2
cryptography==41.0.3
# via prefect
docker==5.0.3
# via prefect
Expand Down Expand Up @@ -223,7 +223,7 @@ pydantic==1.9.2
# via
# fastapi
# prefect
pygments==2.12.0
pygments==2.16.1
# via rich
pyparsing==3.0.6
# via packaging
Expand Down Expand Up @@ -254,7 +254,7 @@ pyyaml==6.0
# prefect
readchar==4.0.1
# via prefect
requests==2.27.1
requests==2.31.0
# via
# apprise
# docker
Expand Down

0 comments on commit 9a93707

Please sign in to comment.