Skip to content

Commit 482bb7c

Browse files
authored
Fix and freeze dependencies (#242)
sphinx-rtd-theme wasn't compatible with updated sphinx. We can update this separately. Also, zocalo isn't compatible with pydantic 2 yet. Freeze other dependencies listed in requirements_dev.txt - the whole purpose of having a requirements file is freezing the direct dependencies.
1 parent 311942c commit 482bb7c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

requirements_dev.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
PyYAML==6.0
22
graypy==2.1.0
33
marshmallow==3.19.0
4-
pydantic
4+
pydantic==1.10.12
55
pytest-cov==4.1.0
6-
pytest-mock
6+
pytest-mock==3.11.1
77
pytest==7.4.0
8-
requests
9-
requests_mock
10-
setuptools==68.0.0
8+
requests==2.31.0
9+
requests_mock==1.11.0
1110
workflows==2.26

requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sphinx==7.0.1
1+
Sphinx==6.2.1
22
sphinx-rtd-theme==1.2.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
graypy>=1.0
3232
marshmallow
3333
requests
34-
pydantic
34+
pydantic<2
3535
setuptools
3636
workflows>=2.14
3737
packages = find:

0 commit comments

Comments
 (0)