Skip to content

Commit 9208a11

Browse files
committed
resolved conflicts
1 parent c2abfbe commit 9208a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def find_meta(meta):
9696
packages=find_packages(where="src"),
9797
package_dir={"": "src"},
9898
install_requires=[
99-
"cryptography>=42.0.0",
99+
"cryptography>=41.0.5,<43",
100100
],
101101
extras_require={
102102
"test": ["flaky", "pretend", "pytest>=3.0.1"],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extras =
1818
test
1919
deps =
2020
coverage>=4.2
21-
cryptographyMinimum: cryptography==41.0.3
21+
cryptographyMinimum: cryptography==41.0.5
2222
randomorder: pytest-randomly
2323
setenv =
2424
# Do not allow the executing environment to pollute the test environment

0 commit comments

Comments
 (0)