Skip to content

Commit 5222777

Browse files
committed
bump requirements for python 3.9 and clastic update
1 parent 59bc34a commit 5222777

File tree

3 files changed

+35
-39
lines changed

3 files changed

+35
-39
lines changed

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
tox<3.15.0
44
Fabric3
5-
markdown==3.1.1
65
coverage==5.0.2
76
pytest==4.6.9

requirements.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ clastic
55
face
66
lithoxyl>=21.0.0
77
mwoauth
8-
# mysqlclient # only on labs
8+
# mysqlclient # only on toolforge
99
sentry-sdk
1010
pyopenssl
1111

1212
# look at:
1313
python-graph-core==1.8.2
14-
-e git+https://github.com/bradbeattie/python-vote-core.git@4c52ccdeb50c265e0a622eac5a02ac7c1dcbd6d2#egg=python_vote_core ; python_version < '3.0'
15-
-e git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python_vote_core ; python_version >= '3.0'
14+
-e git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python3_vote_core ; python_version >= '3.0'
1615
SQLAlchemy==1.0.14
1716
unicodecsv==0.14.1
1817
pymysql==0.9.3

requirements.txt

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,44 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.7
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --annotation-style=line requirements.in
66
#
7-
-e git+https://github.com/bradbeattie/python-vote-core.git@4c52ccdeb50c265e0a622eac5a02ac7c1dcbd6d2#egg=python_vote_core ; python_version < '3.0'
8-
-e git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python3_vote_core
9-
ashes==19.2.0 # via -r requirements.in, chert, clastic
10-
attrs==19.3.0 # via glom
11-
boltons==21.0.0 # via -r requirements.in, chert, clastic, face, glom, lithoxyl
12-
certifi==2020.4.5.1 # via requests, sentry-sdk
13-
cffi==1.14.6 # via cryptography
14-
chardet==3.0.4 # via requests
7+
-e git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python3_vote_core # via -r requirements.in
8+
ashes==24.0.0 # via -r requirements.in, chert, clastic
9+
attrs==23.2.0 # via clastic, glom
10+
boltons==24.0.0 # via -r requirements.in, chert, clastic, face, glom, lithoxyl
11+
certifi==2024.2.2 # via requests, sentry-sdk
12+
cffi==1.16.0 # via cryptography
13+
charset-normalizer==3.3.2 # via requests
1514
chert==21.0.0 # via -r requirements.in
16-
clastic==21.1.0 # via -r requirements.in
17-
cryptography==3.3.2 # via pyopenssl
15+
clastic==24.0.0 # via -r requirements.in
16+
cryptography==42.0.5 # via pyopenssl
1817
face==20.1.1 # via -r requirements.in, chert, glom
19-
glom==19.10.0 # via clastic
20-
html5lib==1.0.1 # via chert
21-
hyperlink==19.0.0 # via chert
22-
idna==2.9 # via hyperlink, requests
18+
glom==23.5.0 # via clastic
19+
html5lib==1.1 # via chert
20+
hyperlink==21.0.0 # via chert
21+
idna==3.7 # via hyperlink, requests
22+
importlib-metadata==7.1.0 # via markdown
2323
lithoxyl==21.0.0 # via -r requirements.in, chert
24-
markdown==3.1.1 # via chert
25-
mwoauth==0.3.7 # via -r requirements.in
26-
oauthlib==3.1.0 # via mwoauth, requests-oauthlib
27-
pycparser==2.20 # via cffi
28-
pyjwt==1.7.1 # via mwoauth
24+
markdown==3.6 # via chert
25+
mwoauth==0.4.0 # via -r requirements.in
26+
oauthlib==3.2.2 # via mwoauth, requests-oauthlib
27+
pycparser==2.22 # via cffi
28+
pyjwt==2.8.0 # via mwoauth
2929
pymysql==0.9.3 # via -r requirements.in
30-
pyopenssl==21.0.0 # via -r requirements.in
31-
python-dateutil==2.8.1 # via chert
32-
python-graph-core==1.8.2 # via -r requirements.in, python-vote-core
33-
pyyaml==5.3 # via chert
34-
requests==2.23.0 # via mwoauth, requests-oauthlib
35-
requests-oauthlib==1.3.0 # via mwoauth
30+
pyopenssl==24.1.0 # via -r requirements.in
31+
python-dateutil==2.9.0.post0 # via chert
32+
python-graph-core==1.8.2 # via -r requirements.in, python3-vote-core
33+
pyyaml==6.0.1 # via chert
34+
requests==2.31.0 # via mwoauth, requests-oauthlib
35+
requests-oauthlib==2.0.0 # via mwoauth
3636
secure-cookie==0.1.0 # via clastic
37-
sentry-sdk==0.14.2 # via -r requirements.in
38-
six==1.14.0 # via cryptography, html5lib, mwoauth, pyopenssl, python-dateutil
39-
sqlalchemy==1.2.19 # via -r requirements.in
37+
sentry-sdk==1.45.0 # via -r requirements.in
38+
six==1.16.0 # via html5lib, python-dateutil
39+
sqlalchemy==1.0.14 # via -r requirements.in
4040
unicodecsv==0.14.1 # via -r requirements.in
41-
urllib3==1.25.8 # via requests, sentry-sdk
41+
urllib3==2.2.1 # via requests, sentry-sdk
4242
webencodings==0.5.1 # via html5lib
43-
werkzeug==1.0.0 # via clastic, secure-cookie
44-
45-
# The following packages are considered to be unsafe in a requirements file:
46-
# setuptools
43+
werkzeug==1.0.1 # via clastic, secure-cookie
44+
zipp==3.18.1 # via importlib-metadata

0 commit comments

Comments
 (0)