Skip to content

Commit c3818d3

Browse files
chore: bump deps
Pin bcrypt for passlib compatibility
1 parent f18718b commit c3818d3

File tree

3 files changed

+27
-31
lines changed

3 files changed

+27
-31
lines changed

poetry.lock

+24-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ package-mode = false
1010
[tool.poetry.dependencies]
1111
python = ">=3.11,<3.13"
1212
arrow = "^1.3.0"
13+
bcrypt = "4.0.1"
1314
colorama = "^0.4.5"
1415
exceptiongroup = "^1.2.2"
1516
fastapi = ">=0.112.1"
@@ -101,6 +102,7 @@ markers = [
101102
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
102103
"qa: marks tests as qa (deselect with '-m \"not qa\"')",
103104
]
105+
testpaths = ["tests"]
104106

105107
[build-system]
106108
requires = ["poetry-core"]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ anyio==4.4.0 ; python_version >= "3.11" and python_version < "3.13"
33
arrow==1.3.0 ; python_version >= "3.11" and python_version < "3.13"
44
asttokens==2.4.1 ; python_version >= "3.11" and python_version < "3.13"
55
attrs==24.2.0 ; python_version >= "3.11" and python_version < "3.13"
6-
bcrypt==4.2.0 ; python_version >= "3.11" and python_version < "3.13"
6+
bcrypt==4.0.1 ; python_version >= "3.11" and python_version < "3.13"
77
cattrs==23.2.3 ; python_version >= "3.11" and python_version < "3.13"
88
certifi==2024.7.4 ; python_version >= "3.11" and python_version < "3.13"
99
cffi==1.17.0 ; python_version >= "3.11" and python_version < "3.13" and platform_python_implementation != "PyPy"

0 commit comments

Comments
 (0)