Skip to content

Commit

Permalink
fix: Bump requirements versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan committed Mar 7, 2023
1 parent 56f6c13 commit 865403e
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 119 deletions.
12 changes: 1 addition & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,13 @@ repos:
files: ^(pyproject.toml|poetry.lock)$
always_run: true

- repo: local
hooks:
- id: export_lambdas_requirements
name: Export requirements.txt for lambdas
language: system
pass_filenames: false
entry: poetry export --without-hashes -o ./lambdas/requirements.txt
files: ^(pyproject.toml|poetry.lock)$
always_run: true

- repo: local
hooks:
- id: export-dev
name: Export requeriments-dev.txt
language: system
pass_filenames: false
entry: poetry export --dev --without-hashes --with-credentials -o requirements-dev.txt
entry: poetry export --with dev --without-hashes --with-credentials -o requirements-dev.txt
files: ^(pyproject.toml|poetry.lock)$
always_run: true

Expand Down
150 changes: 75 additions & 75 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
alembic==1.8.1; python_version >= "3.7"
aniso8601==9.0.1
astroid==2.12.10; python_full_version >= "3.7.2"
attrs==22.1.0; python_version >= "3.7"
bandit==1.7.4; python_version >= "3.7"
black==22.10.0; python_version >= "3.7"
cfgv==3.3.1; python_full_version >= "3.6.1" and python_version >= "3.7"
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.2" and sys_platform == "win32" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0") and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0")
coverage==6.5.0; python_version >= "3.7"
dill==0.3.5.1; python_full_version >= "3.7.2"
distlib==0.3.6; python_version >= "3.7"
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
email-validator==1.3.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
filelock==3.8.0; python_version >= "3.7"
flake8==4.0.1; python_version >= "3.6"
flask-login==0.6.2; python_version >= "3.7"
flask-migrate==2.6.0
flask-restful==0.3.9
flask-script==2.0.5
flask-sqlalchemy==3.0.0; python_version >= "3.7"
flask-wtf==1.0.1; python_version >= "3.6"
flask==2.2.2; python_version >= "3.7"
gitdb==4.0.9; python_version >= "3.7"
gitpython==3.1.30; python_version >= "3.7"
greenlet==1.1.3; python_version >= "3" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") or python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") and python_full_version >= "3.5.0"
identify==2.5.6; python_version >= "3.7"
idna==3.4; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
importlib-metadata==5.0.0; python_version < "3.9" and python_version >= "3.7"
importlib-resources==5.9.0; python_version < "3.9" and python_version >= "3.7"
iniconfig==1.1.1; python_version >= "3.7"
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
lazy-object-proxy==1.7.1; python_version >= "3.6" and python_full_version >= "3.7.2"
mako==1.2.3; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
mccabe==0.6.1; python_version >= "3.6" and python_full_version >= "3.7.2"
mypy-extensions==0.4.3; python_version >= "3.7"
mypy==0.982; python_version >= "3.7"
nodeenv==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7"
packaging==21.3; python_version >= "3.7"
pathspec==0.10.1; python_version >= "3.7"
pbr==5.10.0; python_version >= "3.8"
pillow==9.3.0; python_version >= "3.7"
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.7.2"
pluggy==1.0.0; python_version >= "3.7"
pre-commit==2.20.0; python_version >= "3.7"
prettytable==3.4.1; python_version >= "3.7"
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
pycodestyle==2.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
pyflakes==2.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pylint==2.15.3; python_full_version >= "3.7.2"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
pytest-cov==3.0.0; python_version >= "3.6"
pytest==7.1.3; python_version >= "3.7"
pytz==2022.4
pyyaml==6.0; python_version >= "3.7"
pyzbar==0.1.9
qrcode==7.3.1; python_version >= "3.6"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
smmap==5.0.0; python_version >= "3.7"
sqlalchemy==1.4.41; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
stevedore==4.0.0; python_version >= "3.8"
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
tomli==2.0.1; python_full_version <= "3.11.0a6" and python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
tomlkit==0.11.5; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.2"
typing-extensions==4.4.0; python_version < "3.10" and python_version >= "3.7" and python_full_version >= "3.7.2"
virtualenv==20.16.5; python_version >= "3.7"
waitress==2.1.2; python_full_version >= "3.7.0"
wcwidth==0.2.5; python_version >= "3.7"
werkzeug==2.2.3; python_version >= "3.7"
wrapt==1.14.1
wtforms==3.0.1; python_version >= "3.7"
zipp==3.8.1; python_version < "3.9" and python_version >= "3.7"
alembic==1.10.1 ; python_version >= "3.8" and python_version < "4.0"
aniso8601==9.0.1 ; python_version >= "3.8" and python_version < "4.0"
astroid==2.15.0 ; python_version >= "3.8" and python_version < "4.0"
attrs==22.2.0 ; python_version >= "3.8" and python_version < "4.0"
bandit==1.7.4 ; python_version >= "3.8" and python_version < "4.0"
black==22.12.0 ; python_version >= "3.8" and python_version < "4.0"
cfgv==3.3.1 ; python_version >= "3.8" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
coverage[toml]==7.2.1 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
distlib==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
dnspython==2.3.0 ; python_version >= "3.8" and python_version < "4.0"
email-validator==1.3.1 ; python_version >= "3.8" and python_version < "4.0"
exceptiongroup==1.1.0 ; python_version >= "3.8" and python_version < "3.11"
filelock==3.9.0 ; python_version >= "3.8" and python_version < "4.0"
flake8==4.0.1 ; python_version >= "3.8" and python_version < "4.0"
flask-login==0.6.2 ; python_version >= "3.8" and python_version < "4.0"
flask-migrate==2.6.0 ; python_version >= "3.8" and python_version < "4.0"
flask-restful==0.3.9 ; python_version >= "3.8" and python_version < "4.0"
flask-script==2.0.5 ; python_version >= "3.8" and python_version < "4.0"
flask-sqlalchemy==3.0.3 ; python_version >= "3.8" and python_version < "4.0"
flask-wtf==1.1.1 ; python_version >= "3.8" and python_version < "4.0"
flask==2.2.3 ; python_version >= "3.8" and python_version < "4.0"
gitdb==4.0.10 ; python_version >= "3.8" and python_version < "4.0"
gitpython==3.1.31 ; python_version >= "3.8" and python_version < "4.0"
greenlet==2.0.2 ; python_version >= "3.8" and python_version < "4.0" and platform_machine == "aarch64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "ppc64le" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "x86_64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "amd64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "AMD64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "win32" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "WIN32"
identify==2.5.18 ; python_version >= "3.8" and python_version < "4.0"
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
importlib-metadata==6.0.0 ; python_version >= "3.8" and python_version < "3.10"
importlib-resources==5.12.0 ; python_version >= "3.8" and python_version < "3.9"
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
isort==5.12.0 ; python_version >= "3.8" and python_version < "4.0"
itsdangerous==2.1.2 ; python_version >= "3.8" and python_version < "4.0"
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "4.0"
lazy-object-proxy==1.9.0 ; python_version >= "3.8" and python_version < "4.0"
mako==1.2.4 ; python_version >= "3.8" and python_version < "4.0"
markupsafe==2.1.2 ; python_version >= "3.8" and python_version < "4.0"
mccabe==0.6.1 ; python_version >= "3.8" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0"
mypy==0.982 ; python_version >= "3.8" and python_version < "4.0"
nodeenv==1.7.0 ; python_version >= "3.8" and python_version < "4.0"
packaging==23.0 ; python_version >= "3.8" and python_version < "4.0"
pathspec==0.11.0 ; python_version >= "3.8" and python_version < "4.0"
pbr==5.11.1 ; python_version >= "3.8" and python_version < "4.0"
pillow==9.4.0 ; python_version >= "3.8" and python_version < "4.0"
platformdirs==3.1.0 ; python_version >= "3.8" and python_version < "4.0"
pluggy==1.0.0 ; python_version >= "3.8" and python_version < "4.0"
pre-commit==2.21.0 ; python_version >= "3.8" and python_version < "4.0"
prettytable==3.6.0 ; python_version >= "3.8" and python_version < "4.0"
pycodestyle==2.8.0 ; python_version >= "3.8" and python_version < "4.0"
pyflakes==2.4.0 ; python_version >= "3.8" and python_version < "4.0"
pylint==2.16.4 ; python_version >= "3.8" and python_version < "4.0"
pypng==0.20220715.0 ; python_version >= "3.8" and python_version < "4.0"
pytest-cov==3.0.0 ; python_version >= "3.8" and python_version < "4.0"
pytest==7.2.2 ; python_version >= "3.8" and python_version < "4.0"
pytz==2022.7.1 ; python_version >= "3.8" and python_version < "4.0"
pyyaml==6.0 ; python_version >= "3.8" and python_version < "4.0"
pyzbar==0.1.9 ; python_version >= "3.8" and python_version < "4.0"
qrcode==7.4.2 ; python_version >= "3.8" and python_version < "4.0"
setuptools==67.5.1 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
smmap==5.0.0 ; python_version >= "3.8" and python_version < "4.0"
sqlalchemy==2.0.5.post1 ; python_version >= "3.8" and python_version < "4.0"
stevedore==5.0.0 ; python_version >= "3.8" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.8" and python_full_version < "3.11.0a7"
tomlkit==0.11.6 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.5.0 ; python_version >= "3.8" and python_version < "4.0"
virtualenv==20.20.0 ; python_version >= "3.8" and python_version < "4.0"
waitress==2.1.2 ; python_version >= "3.8" and python_version < "4.0"
wcwidth==0.2.6 ; python_version >= "3.8" and python_version < "4.0"
werkzeug==2.2.3 ; python_version >= "3.8" and python_version < "4.0"
wrapt==1.15.0 ; python_version >= "3.8" and python_version < "4.0"
wtforms==3.0.1 ; python_version >= "3.8" and python_version < "4.0"
zipp==3.15.0 ; python_version >= "3.8" and python_version < "3.10"
68 changes: 35 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
alembic==1.8.1; python_version >= "3.7"
aniso8601==9.0.1
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
email-validator==1.3.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
flask-login==0.6.2; python_version >= "3.7"
flask-migrate==2.6.0
flask-restful==0.3.9
flask-script==2.0.5
flask-sqlalchemy==3.0.0; python_version >= "3.7"
flask-wtf==1.0.1; python_version >= "3.6"
flask==2.2.2; python_version >= "3.7"
greenlet==1.1.3; python_version >= "3" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") or python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") and python_full_version >= "3.5.0"
idna==3.4; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
importlib-metadata==5.0.0; python_version < "3.9" and python_version >= "3.7"
importlib-resources==5.9.0; python_version < "3.9" and python_version >= "3.7"
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
mako==1.2.3; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
pillow==9.3.0; python_version >= "3.7"
prettytable==3.4.1; python_version >= "3.7"
pytz==2022.4
pyzbar==0.1.9
qrcode==7.3.1; python_version >= "3.6"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sqlalchemy==1.4.41; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
waitress==2.1.2; python_full_version >= "3.7.0"
wcwidth==0.2.5; python_version >= "3.7"
werkzeug==2.2.3; python_version >= "3.7"
wtforms==3.0.1; python_version >= "3.7"
zipp==3.8.1; python_version < "3.9" and python_version >= "3.7"
alembic==1.10.1 ; python_version >= "3.8" and python_version < "4.0"
aniso8601==9.0.1 ; python_version >= "3.8" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows"
dnspython==2.3.0 ; python_version >= "3.8" and python_version < "4.0"
email-validator==1.3.1 ; python_version >= "3.8" and python_version < "4.0"
flask-login==0.6.2 ; python_version >= "3.8" and python_version < "4.0"
flask-migrate==2.6.0 ; python_version >= "3.8" and python_version < "4.0"
flask-restful==0.3.9 ; python_version >= "3.8" and python_version < "4.0"
flask-script==2.0.5 ; python_version >= "3.8" and python_version < "4.0"
flask-sqlalchemy==3.0.3 ; python_version >= "3.8" and python_version < "4.0"
flask-wtf==1.1.1 ; python_version >= "3.8" and python_version < "4.0"
flask==2.2.3 ; python_version >= "3.8" and python_version < "4.0"
greenlet==2.0.2 ; python_version >= "3.8" and python_version < "4.0" and platform_machine == "aarch64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "ppc64le" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "x86_64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "amd64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "AMD64" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "win32" or python_version >= "3.8" and python_version < "4.0" and platform_machine == "WIN32"
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
importlib-metadata==6.0.0 ; python_version >= "3.8" and python_version < "3.10"
importlib-resources==5.12.0 ; python_version >= "3.8" and python_version < "3.9"
itsdangerous==2.1.2 ; python_version >= "3.8" and python_version < "4.0"
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "4.0"
mako==1.2.4 ; python_version >= "3.8" and python_version < "4.0"
markupsafe==2.1.2 ; python_version >= "3.8" and python_version < "4.0"
pillow==9.4.0 ; python_version >= "3.8" and python_version < "4.0"
prettytable==3.6.0 ; python_version >= "3.8" and python_version < "4.0"
pypng==0.20220715.0 ; python_version >= "3.8" and python_version < "4.0"
pytz==2022.7.1 ; python_version >= "3.8" and python_version < "4.0"
pyzbar==0.1.9 ; python_version >= "3.8" and python_version < "4.0"
qrcode==7.4.2 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
sqlalchemy==2.0.5.post1 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.5.0 ; python_version >= "3.8" and python_version < "4.0"
waitress==2.1.2 ; python_version >= "3.8" and python_version < "4.0"
wcwidth==0.2.6 ; python_version >= "3.8" and python_version < "4.0"
werkzeug==2.2.3 ; python_version >= "3.8" and python_version < "4.0"
wtforms==3.0.1 ; python_version >= "3.8" and python_version < "4.0"
zipp==3.15.0 ; python_version >= "3.8" and python_version < "3.10"

0 comments on commit 865403e

Please sign in to comment.