Skip to content

Commit

Permalink
Update deps for Python 3.12 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
duartegalvao authored Apr 11, 2024
1 parent 0f39e21 commit 6aa155d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 64 deletions.
78 changes: 38 additions & 40 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --resolver=backtracking --strip-extras requirements.dev.in
# pip-compile --strip-extras requirements.dev.in
#
asttokens==2.2.1
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
black==23.3.0
black==24.3.0
# via -r requirements.dev.in
build==0.10.0
blinker==1.7.0
# via flask
build==1.2.1
# via pip-tools
click==8.1.3
click==8.1.7
# via
# black
# flask
# flask-shell-ipython
# pip-tools
decorator==5.1.1
# via ipython
executing==1.2.0
executing==2.0.1
# via stack-data
flake8==6.0.0
flake8==7.0.0
# via -r requirements.dev.in
flask==2.2.3
flask==3.0.3
# via
# flask-cors
# flask-shell-ipython
flask-cors==3.0.10
flask-cors==4.0.0
# via -r requirements.dev.in
flask-shell-ipython==0.4.1
flask-shell-ipython==0.5.1
# via -r requirements.dev.in
ipython==8.12.0
ipython==8.23.0
# via
# -r requirements.dev.in
# flask-shell-ipython
isort==5.12.0
isort==5.13.2
# via -r requirements.dev.in
itsdangerous==2.1.2
# via flask
jedi==0.18.2
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via flask
markupsafe==2.1.2
markupsafe==2.1.5
# via
# jinja2
# werkzeug
Expand All @@ -54,53 +54,51 @@ mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
packaging==23.0
packaging==24.0
# via
# black
# build
parso==0.8.3
parso==0.8.4
# via jedi
pathspec==0.11.1
pathspec==0.12.1
# via black
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.13.0
pip-tools==7.4.1
# via -r requirements.dev.in
platformdirs==3.2.0
platformdirs==4.2.0
# via black
prompt-toolkit==3.0.38
prompt-toolkit==3.0.43
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.10.0
pycodestyle==2.11.1
# via flake8
pyflakes==3.0.1
pyflakes==3.2.0
# via flake8
pygments==2.15.0
pygments==2.17.2
# via ipython
pyproject-hooks==1.0.0
# via build
python-dotenv==1.0.0
# via
# build
# pip-tools
python-dotenv==1.0.1
# via -r requirements.dev.in
six==1.16.0
# via
# asttokens
# flask-cors
stack-data==0.6.2
# via asttokens
stack-data==0.6.3
# via ipython
traitlets==5.9.0
traitlets==5.14.2
# via
# ipython
# matplotlib-inline
wcwidth==0.2.6
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==2.2.3
werkzeug==3.0.2
# via flask
wheel==0.40.0
wheel==0.43.0
# via
# -r requirements.dev.in
# pip-tools
Expand Down
48 changes: 24 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --resolver=backtracking --strip-extras
# pip-compile --strip-extras
#
apispec==6.3.0
apispec==6.6.0
# via
# -r requirements.in
# apispec-webframeworks
apispec-webframeworks==0.5.2
apispec-webframeworks==1.1.0
# via -r requirements.in
certifi==2022.12.7
blinker==1.7.0
# via flask
certifi==2024.2.2
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via flask
flask==2.2.3
flask==3.0.3
# via
# -r requirements.in
# flask-sqlalchemy
flask-sqlalchemy==3.0.3
flask-sqlalchemy==3.1.1
# via -r requirements.in
greenlet==2.0.2
# via sqlalchemy
idna==3.4
idna==3.7
# via requests
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
jinja2==3.1.3
# via flask
markupsafe==2.1.2
markupsafe==2.1.5
# via
# jinja2
# werkzeug
marshmallow==3.19.0
marshmallow==3.21.1
# via webargs
packaging==23.0
packaging==24.0
# via
# apispec
# marshmallow
# webargs
psycopg2==2.9.6
psycopg2==2.9.9
# via
# -r requirements.in
# sqlalchemy
pypdf2==3.0.1
# via -r requirements.in
pyyaml==6.0
pyyaml==6.0.1
# via apispec
requests==2.28.2
requests==2.31.0
# via -r requirements.in
sqlalchemy==2.0.9
sqlalchemy==2.0.29
# via
# -r requirements.in
# flask-sqlalchemy
typing-extensions==4.5.0
typing-extensions==4.11.0
# via sqlalchemy
urllib3==1.26.15
urllib3==2.2.1
# via requests
webargs==8.2.0
webargs==8.4.0
# via -r requirements.in
werkzeug==2.2.3
werkzeug==3.0.2
# via
# -r requirements.in
# flask

0 comments on commit 6aa155d

Please sign in to comment.