Skip to content

Commit

Permalink
chore(requirements): generate with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas03 committed Aug 14, 2024
1 parent 516ec74 commit e907799
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
8 changes: 2 additions & 6 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=./docs-requirements.txt ./docs-requirements.in
#
Expand All @@ -20,8 +20,6 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.12.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
Expand Down Expand Up @@ -58,5 +56,3 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.9
# via requests
zipp==3.8.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
Expand Down
12 changes: 3 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=./test-requirements.txt ./test-requirements.in
#
Expand All @@ -24,8 +24,6 @@ flask==2.1.2
# raven
httpbin==0.7.0
# via pytest-httpbin
importlib-metadata==4.12.0
# via flask
iniconfig==1.1.1
# via pytest
itsdangerous==2.1.2
Expand Down Expand Up @@ -70,13 +68,9 @@ six==1.16.0
structlog==21.5.0
# via -r ./test-requirements.in
tomli==2.0.1
# via
# coverage
# pytest
# via pytest
werkzeug==2.0.3
# via
# -r ./test-requirements.in
# flask
# httpbin
zipp==3.8.0
# via importlib-metadata

0 comments on commit e907799

Please sign in to comment.