Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePeltier committed Aug 12, 2022
1 parent 9c20cd6 commit a30297a
Showing 1 changed file with 23 additions and 30 deletions.
53 changes: 23 additions & 30 deletions src/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.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile
Expand All @@ -12,21 +12,19 @@ arrow==0.17.0
# django-cassiopeia
asgiref==3.5.2
# via django
astroid==2.11.6
astroid==2.11.7
# via pylint
async-generator==1.10
# via
# trio
# trio-websocket
attrs==21.4.0
attrs==22.1.0
# via
# outcome
# pytest
# trio
autopep8==1.6.0
autopep8==1.7.0
# via -r requirements.in
beautifulsoup4==4.11.1
# via django-bootstrap5
build==0.8.0
# via pip-tools
cassiopeia==5.0.1
Expand All @@ -41,7 +39,7 @@ charset-normalizer==2.1.0
# via requests
click==8.1.3
# via pip-tools
coverage[toml]==6.4.1
coverage[toml]==6.4.3
# via
# django-coverage-plugin
# pytest-cov
Expand All @@ -57,7 +55,7 @@ datapipelines==1.0.7
# django-cassiopeia
dill==0.3.5.1
# via pylint
django==4.0.6
django==4.1
# via
# -r requirements.in
# crispy-bootstrap5
Expand All @@ -66,7 +64,7 @@ django==4.0.6
# django-cassiopeia
django-bootstrap-datepicker-plus==4.0.0
# via -r requirements.in
django-bootstrap5==21.3
django-bootstrap5==22.1
# via -r requirements.in
django-cassiopeia==2.1.1
# via -r requirements.in
Expand All @@ -82,9 +80,9 @@ execnet==1.9.0
# via pytest-xdist
factory-boy==3.2.1
# via -r requirements.in
faker==13.15.0
faker==14.0.0
# via factory-boy
flake8==4.0.1
flake8==5.0.4
# via -r requirements.in
gunicorn==20.1.0
# via -r requirements.in
Expand All @@ -103,7 +101,7 @@ isort==5.10.1
# via pylint
lazy-object-proxy==1.7.1
# via astroid
mccabe==0.6.1
mccabe==0.7.0
# via
# flake8
# pylint
Expand All @@ -116,11 +114,11 @@ mypy-extensions==0.4.3
# via -r requirements.in
mysqlclient==2.1.1
# via -r requirements.in
networkx==2.8.4
networkx==2.8.5
# via datapipelines
nose==1.3.7
# via django-nose
numpy==1.23.0
numpy==1.23.1
# via scipy
outcome==1.2.0
# via trio
Expand All @@ -130,7 +128,7 @@ packaging==21.3
# pytest
pathspec==0.9.0
# via -r requirements.in
pep517==0.12.0
pep517==0.13.0
# via build
pillow==9.2.0
# via
Expand All @@ -142,23 +140,23 @@ pipdeptree==2.2.1
# via -r requirements.in
platformdirs==2.5.2
# via pylint
plotly==5.9.0
plotly==5.10.0
# via -r requirements.in
pluggy==1.0.0
# via pytest
py==1.11.0
# via
# pytest
# pytest-forked
pycodestyle==2.8.0
pycodestyle==2.9.1
# via
# autopep8
# flake8
pycparser==2.21
# via cffi
pyflakes==2.4.0
pyflakes==2.5.0
# via flake8
pylint==2.14.4
pylint==2.14.5
# via
# -r requirements.in
# pylint-django
Expand Down Expand Up @@ -194,16 +192,16 @@ python-dateutil==2.8.2
# via
# arrow
# faker
regex==2022.6.2
regex==2022.7.25
# via -r requirements.in
requests==2.28.1
# via
# -r requirements.in
# cassiopeia
# django-cassiopeia
scipy==1.8.1 ; sys_platform != "darwin"
scipy==1.9.0 ; sys_platform != "darwin"
# via -r requirements.in
selenium==4.3.0
selenium==4.4.0
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -214,8 +212,6 @@ sniffio==1.2.0
# via trio
sortedcontainers==2.4.0
# via trio
soupsieve==2.3.2.post1
# via beautifulsoup4
sqlparse==0.4.2
# via django
tenacity==8.0.1
Expand All @@ -229,7 +225,7 @@ tomli==2.0.1
# pep517
# pylint
# pytest
tomlkit==0.11.1
tomlkit==0.11.3
# via pylint
trio==0.21.0
# via
Expand All @@ -240,11 +236,8 @@ trio-websocket==0.9.2
typed-ast==1.5.4
# via -r requirements.in
typing-extensions==4.3.0
# via
# -r requirements.in
# astroid
# pylint
urllib3[secure,socks]==1.26.10
# via -r requirements.in
urllib3[secure,socks]==1.26.11
# via
# requests
# selenium
Expand Down

1 comment on commit a30297a

@vercel
Copy link

@vercel vercel bot commented on a30297a Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.