Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Feb 14, 2023
1 parent 052446a commit a43cae0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
15 changes: 8 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ attrs==22.2.0
# via
# -c requirements.txt
# pytest
autoflake==2.0.0
autoflake==2.0.1
# via -r requirements-dev.in
black==22.12.0
black==23.1.0
# via -r requirements-dev.in
certifi==2022.12.7
# via
Expand All @@ -24,7 +24,7 @@ click==8.1.3
# via
# -c requirements.txt
# black
coverage[toml]==7.0.5
coverage[toml]==7.1.0
# via
# -r requirements-dev.in
# pytest-cov
Expand All @@ -42,15 +42,16 @@ iniconfig==2.0.0
# pytest
mccabe==0.7.0
# via pylama
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via black
packaging==23.0
# via
# -c requirements.txt
# black
# pytest
pathspec==0.10.3
pathspec==0.11.0
# via black
platformdirs==2.6.2
platformdirs==3.0.0
# via black
pluggy==1.0.0
# via
Expand Down Expand Up @@ -147,7 +148,7 @@ tomli==2.0.1
# autoflake
# black
# coverage
types-toml==0.10.8.1
types-toml==0.10.8.3
# via responses
typing-extensions==4.4.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
amqp==5.1.1
# via kombu
Expand All @@ -16,7 +16,7 @@ async-timeout==4.0.2
# via redis
attrs==22.2.0
# via pytest
beautifulsoup4==4.11.1
beautifulsoup4==4.11.2
# via -r requirements.in
billiard==3.6.4.0
# via celery
Expand Down Expand Up @@ -50,9 +50,9 @@ click-repl==0.2.0
# via celery
colorlog==6.7.0
# via -r requirements.in
cryptography==39.0.0
cryptography==39.0.1
# via -r requirements.in
django==3.2.17
django==3.2.18
# via
# -r requirements.in
# django-bleach
Expand Down Expand Up @@ -80,13 +80,13 @@ gitdb==4.0.10
# via gitpython
gitpython==3.1.30
# via -r requirements.in
greenlet==2.0.1
greenlet==2.0.2
# via
# eventlet
# gevent
gunicorn==20.1.0
# via -r requirements.in
hiredis==2.1.1
hiredis==2.2.2
# via -r requirements.in
idna==3.4
# via requests
Expand All @@ -108,7 +108,7 @@ libsass==0.22.0
# via -r requirements.in
markdown==3.4.1
# via -r requirements.in
markdown2==2.4.6
markdown2==2.4.8
# via django-markdown-deux
packaging==23.0
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ pytz==2022.7.1
# django
pyyaml==6.0
# via -r requirements.in
redis==4.4.2
redis==4.5.1
# via django-redis
requests==2.28.2
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ webencodings==0.5.1
# via bleach
wheel==0.38.4
# via -r requirements.in
zipp==3.11.0
zipp==3.13.0
# via importlib-metadata
zope-event==4.6
# via gevent
Expand Down

0 comments on commit a43cae0

Please sign in to comment.