Skip to content

Commit

Permalink
Upgrade dependencies after python upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jan 18, 2024
1 parent c65b9e5 commit 5c353e4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 86 deletions.
14 changes: 2 additions & 12 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/checkformatting.in
Expand All @@ -13,9 +13,7 @@ click==8.1.7
# black
# pip-tools
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
isort==5.13.2
# via -r requirements/checkformatting.in
mypy-extensions==1.0.0
Expand All @@ -36,14 +34,6 @@ platformdirs==4.1.0
# via black
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.9.0
# via black
wheel==0.42.0
# via pip-tools
zipp==3.17.0
Expand Down
11 changes: 2 additions & 9 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/coverage.in
Expand All @@ -11,9 +11,7 @@ click==8.1.7
coverage==7.4.0
# via -r requirements/coverage.in
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
packaging==23.2
# via build
pip-sync-faster==0.0.3
Expand All @@ -24,11 +22,6 @@ pip-tools==7.3.0
# pip-sync-faster
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
# via pip-tools
zipp==3.17.0
Expand Down
20 changes: 3 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/dev.in
#
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
build==1.0.3
# via pip-tools
certifi==2023.11.17
Expand Down Expand Up @@ -42,12 +40,10 @@ idna==3.6
# -r requirements/requirements.txt
# requests
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
ipdb==0.13.13
# via -r requirements/dev.in
ipython==8.12.3
ipython==8.20.0
# via
# -r requirements/dev.in
# ipdb
Expand Down Expand Up @@ -79,8 +75,6 @@ pastedeploy==3.1.0
# plaster-pastedeploy
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-sync-faster==0.0.3
# via -r requirements/dev.in
pip-tools==7.3.0
Expand Down Expand Up @@ -125,12 +119,6 @@ stack-data==0.6.3
# via ipython
supervisor==4.2.5
# via -r requirements/dev.in
tomli==2.0.1
# via
# build
# ipdb
# pip-tools
# pyproject-hooks
traitlets==5.14.1
# via
# ipython
Expand All @@ -139,8 +127,6 @@ translationstring==1.4
# via
# -r requirements/requirements.txt
# pyramid
typing-extensions==4.9.0
# via ipython
urllib3==2.1.0
# via
# -r requirements/requirements.txt
Expand Down
14 changes: 2 additions & 12 deletions requirements/format.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/format.in
Expand All @@ -13,9 +13,7 @@ click==8.1.7
# black
# pip-tools
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
isort==5.13.2
# via -r requirements/format.in
mypy-extensions==1.0.0
Expand All @@ -36,14 +34,6 @@ platformdirs==4.1.0
# via black
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.9.0
# via black
wheel==0.42.0
# via pip-tools
zipp==3.17.0
Expand Down
14 changes: 2 additions & 12 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/functests.in
Expand All @@ -21,8 +21,6 @@ click==8.1.7
# via pip-tools
elasticsearch==6.3.1
# via -r requirements/requirements.txt
exceptiongroup==1.2.0
# via pytest
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-matchers==1.2.15
Expand All @@ -38,9 +36,7 @@ idna==3.6
# -r requirements/requirements.txt
# requests
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand Down Expand Up @@ -100,12 +96,6 @@ sentry-sdk==1.39.2
# h-pyramid-sentry
soupsieve==2.5
# via beautifulsoup4
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
translationstring==1.4
# via
# -r requirements/requirements.txt
Expand Down
11 changes: 2 additions & 9 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/lint.in
Expand All @@ -11,9 +11,7 @@ click==8.1.7
flake8==7.0.0
# via -r requirements/lint.in
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
mccabe==0.7.0
# via flake8
packaging==23.2
Expand All @@ -30,11 +28,6 @@ pyflakes==3.2.0
# via flake8
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
# via pip-tools
zipp==3.17.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/requirements.in
Expand Down
16 changes: 2 additions & 14 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe requirements/tests.in
Expand All @@ -21,8 +21,6 @@ coverage==7.4.0
# via -r requirements/tests.in
elasticsearch==6.3.1
# via -r requirements/requirements.txt
exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/tests.in
faker==22.2.0
Expand All @@ -40,9 +38,7 @@ idna==3.6
# -r requirements/requirements.txt
# requests
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
# via pip-sync-faster
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand Down Expand Up @@ -106,18 +102,10 @@ sentry-sdk==1.39.2
# h-pyramid-sentry
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
translationstring==1.4
# via
# -r requirements/requirements.txt
# pyramid
typing-extensions==4.9.0
# via faker
urllib3==2.1.0
# via
# -r requirements/requirements.txt
Expand Down

0 comments on commit 5c353e4

Please sign in to comment.