-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade pynamodb alejandroroiz (#417)
- Loading branch information
1 parent
7236b90
commit d3c8239
Showing
14 changed files
with
243 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.5.1 | ||
6.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# cd ~/src/confidant-private/upstream && run-piptools | ||
# | ||
async-timeout==4.0.2 | ||
# via redis | ||
attrs==23.1.0 | ||
# via toastedmarshmallow | ||
authomatic==1.2.1 | ||
# via -r requirements.in | ||
blinker==1.6.2 | ||
# via -r requirements.in | ||
boto3==1.9.227 | ||
# via | ||
# -r requirements.in | ||
# kmsauth | ||
botocore==1.12.227 | ||
# via | ||
# -r requirements.in | ||
# boto3 | ||
# pynamodb | ||
# s3transfer | ||
cachetools==5.2.0 | ||
# via -r requirements.in | ||
cerberus==1.3.4 | ||
# via -r requirements.in | ||
certifi==2023.5.7 | ||
# via requests | ||
cffi==1.15.1 | ||
# via | ||
# -r requirements.in | ||
# cryptography | ||
charset-normalizer==3.1.0 | ||
# via requests | ||
click==7.1.2 | ||
# via flask | ||
coverage[toml]==7.2.7 | ||
# via pytest-cov | ||
cryptography==41.0.1 | ||
# via | ||
# -r requirements.in | ||
# jwcrypto | ||
# pyopenssl | ||
# types-pyopenssl | ||
# types-redis | ||
deprecated==1.2.14 | ||
# via jwcrypto | ||
docutils==0.15.2 | ||
# via botocore | ||
exceptiongroup==1.1.1 | ||
# via pytest | ||
fakeredis==2.17.0 | ||
# via -r requirements.in | ||
flask==1.1.4 | ||
# via | ||
# -r requirements.in | ||
# flask-script | ||
# flask-session | ||
# flask-sslify | ||
flask-script==2.0.5 | ||
# via -r requirements.in | ||
flask-session==0.2.3 | ||
# via -r requirements.in | ||
flask-sslify==0.1.5 | ||
# via -r requirements.in | ||
gevent==22.10.2 | ||
# via | ||
# -r requirements.in | ||
# pytest-gevent | ||
greenlet==2.0.2 | ||
# via | ||
# -r requirements.in | ||
# gevent | ||
guard==1.0.1 | ||
# via -r requirements.in | ||
gunicorn==20.1.0 | ||
# via -r requirements.in | ||
idna==3.4 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isodate==0.6.1 | ||
# via python3-saml | ||
itsdangerous==1.1.0 | ||
# via flask | ||
jinja2==2.11.3 | ||
# via flask | ||
jmespath==0.10.0 | ||
# via | ||
# boto3 | ||
# botocore | ||
jwcrypto==1.5.0 | ||
# via -r requirements.in | ||
kmsauth==0.6.3 | ||
# via -r requirements.in | ||
lru-dict==1.2.0 | ||
# via -r requirements.in | ||
lxml==4.9.2 | ||
# via | ||
# python3-saml | ||
# xmlsec | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
mypy==1.4.1 | ||
# via -r requirements.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
ndg-httpsclient==0.5.1 | ||
# via -r requirements.in | ||
packaging==23.1 | ||
# via pytest | ||
pluggy==1.2.0 | ||
# via pytest | ||
pyasn1==0.5.0 | ||
# via | ||
# -r requirements.in | ||
# ndg-httpsclient | ||
pycparser==2.21 | ||
# via cffi | ||
pyjwt==2.7.0 | ||
# via -r requirements.in | ||
pynamodb==5.5.1 | ||
# via -r requirements.in | ||
pyopenssl==23.2.0 | ||
# via | ||
# -r requirements.in | ||
# ndg-httpsclient | ||
pytest==7.4.0 | ||
# via | ||
# -r requirements.in | ||
# pytest-cov | ||
# pytest-env | ||
# pytest-gevent | ||
# pytest-lazy-fixture | ||
# pytest-mock | ||
pytest-cov==4.1.0 | ||
# via -r requirements.in | ||
pytest-env==0.8.2 | ||
# via -r requirements.in | ||
pytest-gevent==1.1.0 | ||
# via -r requirements.in | ||
pytest-lazy-fixture==0.6.3 | ||
# via -r requirements.in | ||
pytest-mock==3.11.1 | ||
# via -r requirements.in | ||
python-dateutil==2.8.2 | ||
# via botocore | ||
python-json-logger==2.0.7 | ||
# via -r requirements.in | ||
python3-saml==1.15.0 | ||
# via -r requirements.in | ||
pytz==2023.3 | ||
# via -r requirements.in | ||
pyyaml==6.0 | ||
# via -r requirements.in | ||
redis==4.6.0 | ||
# via | ||
# -r requirements.in | ||
# fakeredis | ||
requests==2.31.0 | ||
# via -r requirements.in | ||
s3transfer==0.2.1 | ||
# via boto3 | ||
six==1.16.0 | ||
# via | ||
# isodate | ||
# python-dateutil | ||
sortedcontainers==2.4.0 | ||
# via fakeredis | ||
statsd==4.0.1 | ||
# via -r requirements.in | ||
toastedmarshmallow==2.15.2.post1 | ||
# via -r requirements.in | ||
tomli==2.0.1 | ||
# via | ||
# coverage | ||
# mypy | ||
# pytest | ||
types-pyopenssl==23.2.0.1 | ||
# via types-redis | ||
types-pytz==2023.3.0.0 | ||
# via -r requirements.in | ||
types-pyyaml==6.0.12.10 | ||
# via -r requirements.in | ||
types-redis==4.6.0.0 | ||
# via -r requirements.in | ||
types-requests==2.31.0.1 | ||
# via -r requirements.in | ||
types-urllib3==1.26.25.13 | ||
# via types-requests | ||
typing-extensions==4.7.0 | ||
# via mypy | ||
urllib3==1.25.11 | ||
# via | ||
# botocore | ||
# requests | ||
werkzeug==1.0.1 | ||
# via flask | ||
wrapt==1.15.0 | ||
# via deprecated | ||
xmlsec==1.3.13 | ||
# via python3-saml | ||
zope-event==5.0 | ||
# via gevent | ||
zope-interface==6.0 | ||
# via gevent | ||
|
||
pip==23.1.2 | ||
# via -r piptools_requirements.txt | ||
setuptools==68.0.0 | ||
# via | ||
# -r piptools_requirements.txt | ||
# cerberus | ||
# gevent | ||
# gunicorn | ||
# zope-event | ||
# zope-interface |
Oops, something went wrong.