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       | Faker           | 16.6.1 | 16.8.1 |
| pypi       | fastapi         | 0.89.1 | 0.91.0 |
| pypi       | hypothesis      | 6.67.1 | 6.68.1 |
| pypi       | ipython         | 8.9.0  | 8.10.0 |
| pypi       | mkdocs-material | 9.0.11 | 9.0.12 |
| pypi       | sentry_sdk      | 1.14.0 | 1.15.0 |
  • Loading branch information
renovate[bot] authored and wilbrdt committed Feb 13, 2023
1 parent 285b788 commit cda2268
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ dev =
bandit==1.7.4
black==23.1.0
factory-boy==3.2.1
Faker==16.6.1
Faker==16.8.1
flake8==6.0.0
hypothesis==6.67.1
hypothesis==6.68.1
ipdb==0.13.11
ipython==8.9.0
ipython==8.10.0
isort==5.12.0
logging-gelf==0.0.26
memory-profiler==0.61.0
mkdocs==1.4.2
mkdocs-click==0.8.0
mkdocs-material==9.0.11
mkdocs-material==9.0.12
mkdocstrings[python-legacy]==0.20.0
moto==4.1.2
pydocstyle==6.3.0
Expand All @@ -86,14 +86,14 @@ ci =
twine==4.0.2
lrs =
bcrypt==4.0.1
fastapi==0.89.1
fastapi==0.91.0
; 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.23.3
sentry_sdk==1.14.0
sentry_sdk==1.15.0
uvicorn[standard]==0.20.0

[options.packages.find]
Expand Down

0 comments on commit cda2268

Please sign in to comment.