Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 committed Mar 26, 2021
1 parent 39577d9 commit 762d9a4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
33 changes: 20 additions & 13 deletions dev-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
# To update, run:
#
# ./dev update-requirements
# pip-compile --output-file=dev-requirements.txt pip-tools/dev-requirements.in
#
attrs==20.3.0
# via pytest
Expand All @@ -27,7 +27,7 @@ colorama==0.4.4
# via pytest-watch
docopt==0.6.2
# via pytest-watch
environs==9.3.0
environs==9.3.1
# via -r pip-tools/../requirements.txt
flask-session==0.3.2
# via -r pip-tools/../requirements.txt
Expand All @@ -43,8 +43,9 @@ idna==2.10
# via
# -r pip-tools/../requirements.txt
# requests
importlib-metadata==3.4.0
importlib-metadata==3.7.3
# via
# pep517
# pluggy
# pytest
iniconfig==1.1.1
Expand All @@ -53,7 +54,7 @@ itsdangerous==1.1.0
# via
# -r pip-tools/../requirements.txt
# flask
jinja2==2.11.2
jinja2==2.11.3
# via
# -r pip-tools/../requirements.txt
# flask
Expand All @@ -65,11 +66,13 @@ marshmallow==3.10.0
# via
# -r pip-tools/../requirements.txt
# environs
packaging==20.8
packaging==20.9
# via pytest
pip-tools==5.5.0
pep517==0.10.0
# via pip-tools
pip-tools==6.0.1
# via -r pip-tools/dev-requirements.in
playwright==1.9.1
playwright==1.10.0
# via
# -r pip-tools/dev-requirements.in
# pytest-playwright
Expand All @@ -91,7 +94,7 @@ pytest-playwright==0.0.12
# via -r pip-tools/dev-requirements.in
pytest-watch==4.2.0
# via -r pip-tools/dev-requirements.in
pytest==6.2.1
pytest==6.2.2
# via
# -r pip-tools/dev-requirements.in
# pytest-base-url
Expand All @@ -113,23 +116,27 @@ requests==2.25.1
six==1.15.0
# via requests-mock
toml==0.10.2
# via pytest
# via
# pep517
# pytest
typing-extensions==3.7.4.3
# via
# importlib-metadata
# playwright
urllib3==1.26.2
urllib3==1.26.4
# via
# -r pip-tools/../requirements.txt
# requests
watchdog==1.0.2
watchdog==2.0.2
# via pytest-watch
werkzeug==1.0.1
# via
# -r pip-tools/../requirements.txt
# flask
zipp==3.4.0
# via importlib-metadata
zipp==3.4.1
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
8 changes: 4 additions & 4 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
# To update, run:
#
# ./dev update-requirements
# pip-compile --output-file=requirements.txt pip-tools/requirements.in
#
cachelib==0.1.1
# via flask-session
Expand All @@ -12,7 +12,7 @@ chardet==4.0.0
# via requests
click==7.1.2
# via flask
environs==9.3.0
environs==9.3.1
# via -r pip-tools/requirements.in
flask-session==0.3.2
# via -r pip-tools/requirements.in
Expand All @@ -26,7 +26,7 @@ idna==2.10
# via requests
itsdangerous==1.1.0
# via flask
jinja2==2.11.2
jinja2==2.11.3
# via flask
markupsafe==1.1.1
# via jinja2
Expand All @@ -40,7 +40,7 @@ redis==3.5.3
# via -r pip-tools/requirements.in
requests==2.25.1
# via -r pip-tools/requirements.in
urllib3==1.26.2
urllib3==1.26.4
# via requests
werkzeug==1.0.1
# via flask
Expand Down

0 comments on commit 762d9a4

Please sign in to comment.