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       | black              | 24.4.1 | 24.4.2 |
| pypi       | mkdocs-material    | 9.5.19 | 9.5.20 |
| pypi       | mkdocstrings       | 0.24.3 | 0.25.0 |
| pypi       | moto               | 5.0.5  | 5.0.6  |
| pypi       | pymdown-extensions | 10.8   | 10.8.1 |
| pypi       | ruff               | 0.4.1  | 0.4.2  |
| pypi       | sentry_sdk         | 1.45.0 | 2.0.1  |
  • Loading branch information
renovate[bot] authored and wilbrdt committed Apr 30, 2024
1 parent 0a84249 commit 34d32cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,27 +90,27 @@ cli = [
]
dev = [
"anyio<4.3.1", # unpin until fastapi supports new major version of anyio
"black==24.4.1",
"black==24.4.2",
"cryptography==42.0.5",
"factory-boy==3.3.0",
"logging-gelf==0.0.32",
"mike==2.0.0",
"mkdocs==1.6.0",
"mkdocs-click==0.8.1",
"mkdocs-material==9.5.19",
"mkdocstrings[python-legacy]==0.24.3",
"moto==5.0.5",
"mkdocs-material==9.5.20",
"mkdocstrings[python-legacy]==0.25.0",
"moto==5.0.6",
"mypy==1.10.0",
"neoteroi-mkdocs==1.0.5",
"polyfactory==2.15.0",
"pyfakefs==5.4.1",
"pymdown-extensions==10.8",
"pymdown-extensions==10.8.1",
"pytest<8.0.0", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
"pytest-cov==5.0.0",
"pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0
"requests-mock==1.12.1",
"responses==0.24.1",
"ruff==0.4.1",
"ruff==0.4.2",
"types-python-dateutil ==2.9.0.20240316",
"types-python-jose ==3.3.4.20240106",
"types-requests<2.31.0.20240407",
Expand All @@ -121,7 +121,7 @@ lrs = [
"fastapi==0.110.2",
"cachetools==5.3.3",
"httpx<0.25.0", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*`
"sentry_sdk==1.45.0",
"sentry_sdk==2.0.1",
"python-jose==3.3.0",
"uvicorn[standard]==0.29.0",
]
Expand Down

0 comments on commit 34d32cd

Please sign in to comment.