Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package      | from    | to      |
| ---------- | ------------ | ------- | ------- |
| pypi       | fastapi      | 0.101.0 | 0.101.1 |
| pypi       | hypothesis   | 6.82.2  | 6.82.4  |
| pypi       | pytest-httpx | 0.22.0  | 0.23.1  |
  • Loading branch information
renovate[bot] authored and quitterie-lcs committed Aug 16, 2023
1 parent 4679fb5 commit b20c5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dev =
cryptography==41.0.3
factory-boy==3.3.0
flake8==6.1.0
hypothesis==6.82.2
hypothesis==6.82.4
isort==5.12.0
logging-gelf==0.0.31
mkdocs==1.5.2
Expand All @@ -86,13 +86,13 @@ dev =
pytest==7.4.0
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-httpx==0.22.0
pytest-httpx==0.23.1
responses<0.23.2 # pin until boto3 supports urllib3>=2
ci =
twine==4.0.2
lrs =
bcrypt==4.0.1
fastapi==0.101.0
fastapi==0.101.1
cachetools==5.3.1
; We temporary pin `h11` to avoid pip downloading the latest version to solve a
; dependency conflict caused by `httpx` which requires httpcore>=0.15.0,<0.16.0 and
Expand Down

0 comments on commit b20c5a2

Please sign in to comment.