Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlalchemy from 1.0.14 to 1.2.19 #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sqltap
# look at:
python-graph-core==1.8.2
-e git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python3_vote_core ; python_version >= '3.0'
SQLAlchemy==1.0.14
SQLAlchemy==1.2.19
unicodecsv==0.14.1
pymysql==0.9.3
cryptography==40.0.2 # 2024-04-23: higher versions of cryptography breaks with uwsgi due to PyO3's lack of subinterpreter support: https://github.com/PyO3/pyo3/issues/3451 . see also: https://github.com/pyca/cryptography/issues/9016 (says it's fixed, but isn't, at least not on py39)
163 changes: 121 additions & 42 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,124 @@
#
# pip-compile --annotation-style=line requirements.in
#
git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python3_vote_core # via -r requirements.in
ashes==24.0.0 # via -r requirements.in, chert, clastic
attrs==23.2.0 # via clastic, glom
boltons==24.0.0 # via -r requirements.in, chert, clastic, face, glom, lithoxyl
certifi==2024.2.2 # via requests, sentry-sdk
cffi==1.16.0 # via cryptography
charset-normalizer==3.3.2 # via requests
chert==21.0.0 # via -r requirements.in
clastic==24.0.0 # via -r requirements.in
cryptography==40.0.2 # via -r requirements.in, pyopenssl
face==20.1.1 # via -r requirements.in, chert, glom
glom==23.5.0 # via clastic
html5lib==1.1 # via chert
hyperlink==21.0.0 # via chert
idna==3.7 # via hyperlink, requests
importlib-metadata==7.1.0 # via markdown
lithoxyl==21.0.0 # via -r requirements.in, chert
mako==1.3.3 # via sqltap
markdown==3.6 # via chert
markupsafe==2.1.5 # via mako
mwoauth==0.4.0 # via -r requirements.in
oauthlib==3.2.2 # via mwoauth, requests-oauthlib
pycparser==2.22 # via cffi
pyjwt==2.8.0 # via mwoauth
pymysql==0.9.3 # via -r requirements.in
pyopenssl==23.2.0 # via -r requirements.in
python-dateutil==2.9.0.post0 # via chert
python-graph-core==1.8.2 # via -r requirements.in, python3-vote-core
pyyaml==6.0.1 # via chert
requests==2.31.0 # via mwoauth, requests-oauthlib
requests-oauthlib==2.0.0 # via mwoauth
secure-cookie==0.1.0 # via clastic
sentry-sdk==2.0.0 # via -r requirements.in
six==1.16.0 # via html5lib, python-dateutil
sqlalchemy==1.0.14 # via -r requirements.in, sqltap
sqlparse==0.5.0 # via sqltap
sqltap==0.3.11 # via -r requirements.in
unicodecsv==0.14.1 # via -r requirements.in
urllib3==2.2.1 # via requests, sentry-sdk
webencodings==0.5.1 # via html5lib
werkzeug==1.0.1 # via clastic, secure-cookie, sqltap
zipp==3.18.1 # via importlib-metadata
-e git+https://github.com/the-maldridge/python-vote-core.git@f0b01e7e24f80673c4c237ee9e6118e8986cf0bb#egg=python3_vote_core
# via -r requirements.in
ashes==24.0.0
# via
# -r requirements.in
# chert
# clastic
attrs==23.2.0
# via
# clastic
# glom
boltons==24.0.0
# via
# -r requirements.in
# chert
# clastic
# face
# glom
# lithoxyl
certifi==2024.2.2
# via
# requests
# sentry-sdk
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
chert==21.0.0
# via -r requirements.in
clastic==24.0.0
# via -r requirements.in
cryptography==40.0.2
# via
# -r requirements.in
# pyopenssl
face==20.1.1
# via
# -r requirements.in
# chert
# glom
glom==23.5.0
# via clastic
html5lib==1.1
# via chert
hyperlink==21.0.0
# via chert
idna==3.7
# via
# hyperlink
# requests
importlib-metadata==7.1.0
# via markdown
lithoxyl==21.0.0
# via
# -r requirements.in
# chert
mako==1.3.3
# via sqltap
markdown==3.6
# via chert
markupsafe==2.1.5
# via mako
mwoauth==0.4.0
# via -r requirements.in
oauthlib==3.2.2
# via
# mwoauth
# requests-oauthlib
pycparser==2.22
# via cffi
pyjwt==2.8.0
# via mwoauth
pymysql==0.9.3
# via -r requirements.in
pyopenssl==23.2.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via chert
python-graph-core==1.8.2
# via
# -r requirements.in
# python3-vote-core
pyyaml==6.0.1
# via chert
requests==2.31.0
# via
# mwoauth
# requests-oauthlib
requests-oauthlib==2.0.0
# via mwoauth
secure-cookie==0.1.0
# via clastic
sentry-sdk==2.0.0
# via -r requirements.in
six==1.16.0
# via
# html5lib
# python-dateutil
sqlalchemy==1.2.19
# via
# -r requirements.in
# sqltap
sqlparse==0.5.0
# via sqltap
sqltap==0.3.11
# via -r requirements.in
unicodecsv==0.14.1
# via -r requirements.in
urllib3==2.2.1
# via
# requests
# sentry-sdk
webencodings==0.5.1
# via html5lib
werkzeug==1.0.1
# via
# clastic
# secure-cookie
# sqltap
zipp==3.18.1
# via importlib-metadata