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.3.0  | 24.4.0  |
| pypi       | mkdocs             | 1.5.3   | 1.6.0   |
| pypi       | mkdocs-material    | 9.5.17  | 9.5.18  |
| pypi       | pyfakefs           | 5.4.0   | 5.4.1   |
| pypi       | pymdown-extensions | 10.7.1  | 10.8    |
| pypi       | ruff               | 0.3.5   | 0.4.1   |
| pypi       | fastapi            | 0.110.1 | 0.110.2 |
| pypi       | sentry_sdk         | 1.44.1  | 1.45.0  |
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent b71a0f7 commit bc4fd15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,38 +90,38 @@ cli = [
]
dev = [
"anyio<4.3.1", # unpin until fastapi supports new major version of anyio
"black==24.3.0",
"black==24.4.0",
"cryptography==42.0.5",
"factory-boy==3.3.0",
"logging-gelf==0.0.32",
"mike==2.0.0",
"mkdocs==1.5.3",
"mkdocs==1.6.0",
"mkdocs-click==0.8.1",
"mkdocs-material==9.5.17",
"mkdocs-material==9.5.18",
"mkdocstrings[python-legacy]==0.24.3",
"moto==5.0.5",
"mypy==1.9.0",
"neoteroi-mkdocs==1.0.5",
"polyfactory==2.15.0",
"pyfakefs==5.4.0",
"pymdown-extensions==10.7.1",
"pyfakefs==5.4.1",
"pymdown-extensions==10.8",
"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.3.5",
"ruff==0.4.1",
"types-python-dateutil ==2.9.0.20240316",
"types-python-jose ==3.3.4.20240106",
"types-requests<2.31.0.20240407",
"types-cachetools ==5.3.0.7",
]
lrs = [
"bcrypt==4.1.2",
"fastapi==0.110.1",
"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.44.1",
"sentry_sdk==1.45.0",
"python-jose==3.3.0",
"uvicorn[standard]==0.29.0",
]
Expand Down

0 comments on commit bc4fd15

Please sign in to comment.