Skip to content

Commit b82a8f3

Browse files
⬆️(project) upgrade python dependencies
| 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.1 | | pypi | ruff | 0.6.5 | 0.6.7 |
1 parent 1e3ebba commit b82a8f3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,36 +89,36 @@ cli = [
8989
"sentry-sdk[fastapi]>=1.9.0",
9090
]
9191
dev = [
92-
"anyio==4.4.0",
92+
"anyio==4.6.0",
9393
"black==24.8.0",
9494
"cryptography==43.0.1",
9595
"factory-boy==3.3.1",
9696
"logging-gelf==0.0.32",
9797
"mike==2.1.3",
9898
"mkdocs==1.6.1",
9999
"mkdocs-click==0.8.1",
100-
"mkdocs-material==9.5.34",
100+
"mkdocs-material==9.5.36",
101101
"mkdocstrings[python-legacy]==0.26.1",
102-
"moto==5.0.14",
102+
"moto==5.0.15",
103103
"mypy==1.11.2",
104104
"neoteroi-mkdocs==1.1.0",
105-
"polyfactory==2.16.2",
105+
"polyfactory==2.17.0",
106106
"pyfakefs==5.6.0",
107-
"pymdown-extensions==10.9",
108-
"pytest<8.0.0", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
107+
"pymdown-extensions==10.10.1",
108+
"pytest<8.3.4", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
109109
"pytest-cov==5.0.0",
110-
"pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0
110+
"pytest-httpx<0.31.2", # pin as Python 3.8 is no longer supported from release 0.23.0
111111
"requests-mock==1.12.1",
112112
"responses==0.25.3",
113-
"ruff==0.6.5",
113+
"ruff==0.6.7",
114114
"types-python-dateutil ==2.9.0.20240906",
115115
"types-python-jose ==3.3.4.20240106",
116116
"types-requests<2.32.0.20240915",
117117
"types-cachetools ==5.5.0.20240820",
118118
]
119119
lrs = [
120120
"bcrypt==4.2.0",
121-
"fastapi==0.114.2",
121+
"fastapi==0.115.0",
122122
"cachetools==5.5.0",
123123
"httpx<0.27.3", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*`
124124
"sentry_sdk==2.14.0",

0 commit comments

Comments
 (0)