Skip to content

Commit

Permalink
Merge pull request #668 from UW-GAC/pip-tools/update-requirements-fil…
Browse files Browse the repository at this point in the history
…es/667

Update requirements file for maint/test-update-to-python-3.12
  • Loading branch information
amstilp authored Jul 23, 2024
2 parents 5340e01 + 91b70ba commit 8039811
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 62 deletions.
28 changes: 1 addition & 27 deletions requirements/dev-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.12
# by the following command:
#
# pip-compile requirements/dev-requirements.in
Expand All @@ -16,10 +16,6 @@ babel==2.14.0
# via sphinx
backcall==0.2.0
# via ipython
backports-zoneinfo==0.2.1
# via
# -c requirements/requirements.txt
# django
certifi==2024.7.4
# via
# -c requirements/requirements.txt
Expand Down Expand Up @@ -67,10 +63,6 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
# via
# -c requirements/requirements.txt
# sphinx
ipdb==0.13.13
# via -r requirements/dev-requirements.in
ipython==8.12.3
Expand Down Expand Up @@ -123,10 +115,6 @@ pyparsing==3.1.1
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# packaging
pytz==2023.3.post1
# via
# -c requirements/requirements.txt
# babel
pyyaml==6.0.1
# via
# -c requirements/test-requirements.txt
Expand Down Expand Up @@ -171,13 +159,6 @@ sqlparse==0.5.1
# django-debug-toolbar
stack-data==0.6.3
# via ipython
tomli==2.0.1
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# django-stubs
# ipdb
# mypy
tornado==6.4.1
# via livereload
traitlets==5.14.1
Expand All @@ -192,12 +173,9 @@ types-requests==2.32.0.20240712
# via -r requirements/dev-requirements.in
typing-extensions==4.8.0
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# asgiref
# django-stubs
# django-stubs-ext
# ipython
# mypy
urllib3==2.2.2
# via
Expand All @@ -211,10 +189,6 @@ wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
# via -r requirements/dev-requirements.in
zipp==3.19.1
# via
# -c requirements/requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
26 changes: 3 additions & 23 deletions 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.12
# by the following command:
#
# pip-compile requirements/requirements.in
Expand All @@ -16,8 +16,6 @@ attrs==23.2.0
# via
# jsonschema
# referencing
backports-zoneinfo==0.2.1
# via django
build==1.0.3
# via pip-tools
cachetools==5.3.2
Expand Down Expand Up @@ -109,12 +107,6 @@ google-auth==2.28.1
# via django-anvil-consortium-manager
idna==3.7
# via requests
importlib-metadata==7.0.0
# via build
importlib-resources==6.1.1
# via
# jsonschema
# jsonschema-specifications
jsonapi-requests==0.7.0
# via -r requirements/requirements.in
jsonschema==4.23.0
Expand All @@ -127,8 +119,9 @@ networkx==3.1
# via
# django-anvil-consortium-manager
# pronto
numpy==1.24.4
numpy==1.26.4 ; python_version == "3.12"
# via
# -r requirements/requirements.in
# django-anvil-consortium-manager
# pandas
oauthlib==3.2.2
Expand All @@ -143,8 +136,6 @@ pandas==2.0.3
# via -r requirements/requirements.in
pip-tools==7.4.1
# via -r requirements/requirements.in
pkgutil-resolve-name==1.3.10
# via jsonschema
plotly==5.19.0
# via django-anvil-consortium-manager
pronto==2.5.7
Expand Down Expand Up @@ -207,13 +198,6 @@ tenacity==8.2.3
# via
# jsonapi-requests
# plotly
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.8.0
# via asgiref
tzdata==2023.4
# via pandas
urllib3==2.2.2
Expand All @@ -222,10 +206,6 @@ wheel==0.42.0
# via pip-tools
whitenoise==6.7.0
# via -r requirements/requirements.in
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
14 changes: 2 additions & 12 deletions requirements/test-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.12
# by the following command:
#
# pip-compile requirements/test-requirements.in
Expand All @@ -21,8 +21,6 @@ django-coverage-plugin==3.1.0
# via -r requirements/test-requirements.in
django-test-migrations==1.3.0
# via -r requirements/test-requirements.in
exceptiongroup==1.2.0
# via pytest
execnet==2.1.1
# via pytest-xdist
factory-boy==3.3.0
Expand Down Expand Up @@ -87,16 +85,8 @@ six==1.16.0
# python-dateutil
termcolor==2.4.0
# via pytest-sugar
tomli==2.0.1
# via
# -c requirements/requirements.txt
# coverage
# pytest
typing-extensions==4.8.0
# via
# -c requirements/requirements.txt
# django-test-migrations
# faker
# via django-test-migrations
urllib3==2.2.2
# via
# -c requirements/requirements.txt
Expand Down

0 comments on commit 8039811

Please sign in to comment.