Skip to content

Commit

Permalink
upgrade attrs,cattrs,urllib
Browse files Browse the repository at this point in the history
```
pip-compile -v --upgrade-package=attrs --upgrade-package=cattrs --upgrade-package=urllib
pip-sync
python -m pytest
```
  • Loading branch information
TomGoBravo authored Oct 18, 2023
1 parent a1c66b0 commit 0567b38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async-timeout==4.0.2
# via aiohttp
asyncpg==0.26.0
# via prefect
attrs==21.4.0
attrs==23.1.0
# via
# -r requirements.in
# aiohttp
Expand All @@ -45,7 +45,7 @@ blinker==1.6.2
# flask
cachetools==5.2.0
# via google-auth
cattrs==22.2.0
cattrs==23.1.2
# via -r requirements.in
certifi==2023.7.22
# via
Expand Down Expand Up @@ -327,12 +327,13 @@ typer==0.6.1
typing-extensions==4.8.0
# via
# aiosqlite
# cattrs
# fastapi
# prefect
# pydantic
uritemplate==3.0.0
# via -r requirements.in
urllib3==2.0.6
urllib3==2.0.7
# via
# kubernetes
# requests
Expand Down

0 comments on commit 0567b38

Please sign in to comment.