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       | cryptography   | 41.0.2  | 41.0.3  |
| pypi       | fastapi        | 0.100.1 | 0.101.0 |
| pypi       | hypothesis     | 6.82.0  | 6.82.2  |
| pypi       | mkdocs         | 1.5.1   | 1.5.2   |
| pypi       | more-itertools | 10.0.0  | 10.1.0  |
| pypi       | pytest-httpx   | 0.22.0  | 0.23.1  |
| pypi       | sentry_sdk     | 1.29.0  | 1.29.2  |
  • Loading branch information
renovate[bot] authored and quitterie-lcs committed Aug 7, 2023
1 parent 9ff43d2 commit 7dd22ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ backend-ldp =
requests>=2.0.0
backend-lrs =
httpx==0.24.1
more-itertools==10.0.0
more-itertools==10.1.0
backend-mongo =
pymongo[srv]>=4.0.0
python-dateutil>=2.8.2
Expand All @@ -69,13 +69,13 @@ cli =
dev =
bandit==1.7.5
black==23.7.0
cryptography==41.0.2
cryptography==41.0.3
factory-boy==3.3.0
flake8==6.1.0
hypothesis==6.82.0
hypothesis==6.82.2
isort==5.12.0
logging-gelf==0.0.31
mkdocs==1.5.1
mkdocs==1.5.2
mkdocs-click==0.8.0
mkdocs-material==9.1.21
mkdocstrings[python-legacy]==0.22.0
Expand All @@ -86,21 +86,21 @@ 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.100.1
fastapi==0.101.0
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
; `httpcore` depends on h11>=0.11,<0.13.
; See: https://github.com/encode/httpx/issues/2244
h11>=0.11.0
httpx==0.24.1
sentry_sdk==1.29.0
sentry_sdk==1.29.2
python-jose==3.3.0
uvicorn[standard]==0.23.2

Expand Down

0 comments on commit 7dd22ae

Please sign in to comment.