Skip to content

Commit 79bd5db

Browse files
Bump faker from 24.14.0 to 25.4.0 (#80)
1 parent fd7c6a8 commit 79bd5db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
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
@@ -30,7 +30,7 @@ fastapi = { extras = ["all"], version = "^0.110.2" }
3030
[tool.poetry.group.dev.dependencies]
3131
requests = "^2.31.0"
3232
fakeredis = "^2.22.0"
33-
faker = "^24.14.0"
33+
faker = ">=24.14,<26.0"
3434
mock = "^5.1.0"
3535
pyfakefs = "^5.4.1"
3636
pytest = "^8.1.2"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0"
1616
dnspython==2.6.1 ; python_version >= "3.9" and python_version < "4.0"
1717
email-validator==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
1818
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
19-
faker==24.14.0 ; python_version >= "3.9" and python_version < "4.0"
19+
faker==25.4.0 ; python_version >= "3.9" and python_version < "4.0"
2020
fakeredis==2.23.2 ; python_version >= "3.9" and python_version < "4.0"
2121
fastapi[all]==0.110.2 ; python_version >= "3.9" and python_version < "4.0"
2222
filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)