Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade python dependencies #404

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 20 additions & 18 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,53 @@
#
# pip-compile --allow-unsafe requirements/checkformatting.in
#
black==23.11.0
black==23.12.1
# via -r requirements/checkformatting.in
build==0.9.0
build==1.0.3
# via pip-tools
click==8.1.3
click==8.1.7
# via
# black
# pip-tools
importlib-metadata==6.6.0
# via pip-sync-faster
isort==5.12.0
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
isort==5.13.2
# via -r requirements/checkformatting.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via black
packaging==23.0
packaging==23.2
# via
# black
# build
pathspec==0.10.2
pathspec==0.12.1
# via black
pep517==0.13.0
# via build
pip-sync-faster==0.0.3
# via -r requirements/checkformatting.in
pip-tools==7.3.0
# via
# -r requirements/checkformatting.in
# pip-sync-faster
platformdirs==2.5.4
platformdirs==4.1.0
# via black
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# black
# build
# pep517
# pip-tools
typing-extensions==4.4.0
# pyproject-hooks
typing-extensions==4.9.0
# via black
wheel==0.38.4
wheel==0.42.0
# via pip-tools
zipp==3.15.0
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.2
# via pip-tools
setuptools==65.5.1
setuptools==69.0.3
# via pip-tools
32 changes: 15 additions & 17 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,39 @@
#
# pip-compile --allow-unsafe requirements/coverage.in
#
build==0.9.0
build==1.0.3
# via pip-tools
click==8.1.3
click==8.1.7
# via pip-tools
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via -r requirements/coverage.in
importlib-metadata==7.0.1
# via
# -r requirements/coverage.in
# coverage
importlib-metadata==6.6.0
# via pip-sync-faster
packaging==21.3
# via build
pep517==0.13.0
# build
# pip-sync-faster
packaging==23.2
# via build
pip-sync-faster==0.0.3
# via -r requirements/coverage.in
pip-tools==7.3.0
# via
# -r requirements/coverage.in
# pip-sync-faster
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# coverage
# pep517
# pip-tools
wheel==0.38.4
# pyproject-hooks
wheel==0.42.0
# via pip-tools
zipp==3.15.0
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.2
# via pip-tools
setuptools==65.5.1
setuptools==69.0.3
# via pip-tools
62 changes: 31 additions & 31 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --allow-unsafe requirements/dev.in
#
amqp==5.1.1
amqp==5.2.0
# via
# -r requirements/prod.txt
# kombu
asttokens==2.1.0
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
Expand All @@ -22,15 +22,15 @@ billiard==4.2.0
# via
# -r requirements/prod.txt
# celery
build==0.9.0
build==1.0.3
# via pip-tools
celery==5.3.6
# via -r requirements/prod.txt
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/prod.txt
# sentry-sdk
click==8.1.3
click==8.1.7
# via
# -r requirements/prod.txt
# celery
Expand All @@ -46,37 +46,37 @@ click-plugins==1.1.1
# via
# -r requirements/prod.txt
# celery
click-repl==0.2.0
click-repl==0.3.0
# via
# -r requirements/prod.txt
# celery
decorator==5.1.1
# via ipython
executing==1.2.0
executing==2.0.1
# via stack-data
factory-boy==3.3.0
# via -r requirements/dev.in
faker==15.3.2
faker==22.0.0
# via factory-boy
importlib-metadata==6.6.0
# via pip-sync-faster
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
ipython==8.12.3
# via -r requirements/dev.in
jedi==0.18.1
jedi==0.19.1
# via ipython
kombu==5.3.4
# via
# -r requirements/prod.txt
# celery
matplotlib-inline==0.1.6
# via ipython
packaging==21.3
packaging==23.2
# via build
parso==0.8.3
# via jedi
pep517==0.13.0
# via build
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
Expand All @@ -86,7 +86,7 @@ pip-tools==7.3.0
# via
# -r requirements/dev.in
# pip-sync-faster
prompt-toolkit==3.0.32
prompt-toolkit==3.0.43
# via
# -r requirements/prod.txt
# click-repl
Expand All @@ -95,10 +95,10 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pygments==2.15.0
pygments==2.17.2
# via ipython
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
# via
# -r requirements/prod.txt
Expand All @@ -110,9 +110,8 @@ six==1.16.0
# via
# -r requirements/prod.txt
# asttokens
# click-repl
# python-dateutil
stack-data==0.6.1
stack-data==0.6.3
# via ipython
supervisor==4.2.5
# via
Expand All @@ -121,23 +120,24 @@ supervisor==4.2.5
tomli==2.0.1
# via
# build
# pep517
# pip-tools
traitlets==5.5.0
# pyproject-hooks
traitlets==5.14.1
# via
# ipython
# matplotlib-inline
typing-extensions==4.6.3
typing-extensions==4.9.0
# via
# -r requirements/prod.txt
# faker
# ipython
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/prod.txt
# backports-zoneinfo
# celery
urllib3==1.26.18
urllib3==2.1.0
# via
# -r requirements/prod.txt
# sentry-sdk
Expand All @@ -147,19 +147,19 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.5
wcwidth==0.2.13
# via
# -r requirements/prod.txt
# prompt-toolkit
wheel==0.38.4
wheel==0.42.0
# via pip-tools
zipp==3.15.0
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.2
# via pip-tools
setuptools==65.5.1
setuptools==69.0.3
# via
# -r requirements/prod.txt
# pip-tools
Expand Down
38 changes: 20 additions & 18 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,53 @@
#
# pip-compile --allow-unsafe requirements/format.in
#
black==23.11.0
black==23.12.1
# via -r requirements/format.in
build==0.9.0
build==1.0.3
# via pip-tools
click==8.1.3
click==8.1.7
# via
# black
# pip-tools
importlib-metadata==6.6.0
# via pip-sync-faster
isort==5.12.0
importlib-metadata==7.0.1
# via
# build
# pip-sync-faster
isort==5.13.2
# via -r requirements/format.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via black
packaging==23.0
packaging==23.2
# via
# black
# build
pathspec==0.10.2
pathspec==0.12.1
# via black
pep517==0.13.0
# via build
pip-sync-faster==0.0.3
# via -r requirements/format.in
pip-tools==7.3.0
# via
# -r requirements/format.in
# pip-sync-faster
platformdirs==2.5.4
platformdirs==4.1.0
# via black
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# black
# build
# pep517
# pip-tools
typing-extensions==4.4.0
# pyproject-hooks
typing-extensions==4.9.0
# via black
wheel==0.38.4
wheel==0.42.0
# via pip-tools
zipp==3.15.0
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.2
# via pip-tools
setuptools==65.5.1
setuptools==69.0.3
# via pip-tools
Loading