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       | anyio              | 4.4.0   | 4.6.0   |
| pypi       | fastapi            | 0.114.2 | 0.115.0 |
| pypi       | mkdocs-material    | 9.5.34  | 9.5.36  |
| pypi       | moto               | 5.0.14  | 5.0.15  |
| pypi       | polyfactory        | 2.16.2  | 2.17.0  |
| pypi       | pymdown-extensions | 10.9    | 10.10.1 |
| pypi       | pytest             | 7.4.4   | 8.3.3   |
| pypi       | pytest-httpx       | 0.22.0  | 0.31.2  |
| pypi       | ruff               | 0.6.5   | 0.6.7   |
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 1e3ebba commit 47a96fa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,36 +89,36 @@ cli = [
"sentry-sdk[fastapi]>=1.9.0",
]
dev = [
"anyio==4.4.0",
"anyio==4.6.0",
"black==24.8.0",
"cryptography==43.0.1",
"factory-boy==3.3.1",
"logging-gelf==0.0.32",
"mike==2.1.3",
"mkdocs==1.6.1",
"mkdocs-click==0.8.1",
"mkdocs-material==9.5.34",
"mkdocs-material==9.5.36",
"mkdocstrings[python-legacy]==0.26.1",
"moto==5.0.14",
"moto==5.0.15",
"mypy==1.11.2",
"neoteroi-mkdocs==1.1.0",
"polyfactory==2.16.2",
"polyfactory==2.17.0",
"pyfakefs==5.6.0",
"pymdown-extensions==10.9",
"pytest<8.0.0", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
"pymdown-extensions==10.10.1",
"pytest<8.3.4", # 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
"pytest-httpx<0.31.3", # pin as Python 3.8 is no longer supported from release 0.23.0
"requests-mock==1.12.1",
"responses==0.25.3",
"ruff==0.6.5",
"ruff==0.6.7",
"types-python-dateutil ==2.9.0.20240906",
"types-python-jose ==3.3.4.20240106",
"types-requests<2.32.0.20240915",
"types-cachetools ==5.5.0.20240820",
]
lrs = [
"bcrypt==4.2.0",
"fastapi==0.114.2",
"fastapi==0.115.0",
"cachetools==5.5.0",
"httpx<0.27.3", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*`
"sentry_sdk==2.14.0",
Expand Down

0 comments on commit 47a96fa

Please sign in to comment.