From 75a8f5ed1294e96ea731b2b0ef6134582ee27e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:49:10 +0000 Subject: [PATCH] Bump sqlalchemy from 1.0.14 to 1.2.19 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.14 to 1.2.19. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 163 +++++++++++++++++++++++++++++++++++------------ 2 files changed, 122 insertions(+), 43 deletions(-) diff --git a/requirements.in b/requirements.in index 1f1c30f..46c2a73 100644 --- a/requirements.in +++ b/requirements.in @@ -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) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9422b15..60e8eca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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