Skip to content

Commit 03e6e99

Browse files
committed
Dependency version bump
1 parent 1741045 commit 03e6e99

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/mrmat-python-api-fastapi.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
'setuptools==75.6.0',
3+
'setuptools==76.0.0',
44
'wheel==0.45.1'
55
]
66
build-backend = 'setuptools.build_meta'

requirements.dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# Build/Test requirements
66

7-
setuptools==75.6.0
8-
build==1.2.2 # MIT
7+
setuptools==76.0.0
8+
build==1.2.2.post1 # MIT
99
wheel==0.45.1 # MIT
1010

11-
pytest==8.3.4 # MIT
11+
pytest==8.3.5 # MIT
1212
pytest-cov==6.0.0 # MIT
13-
mypy==1.13.0 # MIT
14-
types-PyYAML==6.0.12.20240311 # Apache 2.0
13+
mypy==1.15.0 # MIT
14+
types-PyYAML==6.0.12.20241230 # Apache 2.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Runtime requirements
33

4-
fastapi==0.115.6 # MIT
5-
sqlalchemy[asyncio] # MIT
4+
fastapi==0.115.11 # MIT
5+
sqlalchemy[asyncio]==2.0.39 # MIT
66
uvicorn==0.34.0 # BSD 3-Clause
7-
pydantic==2.10.4 # MIT
7+
pydantic==2.10.6 # MIT

0 commit comments

Comments
 (0)