Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Sep 19, 2021
1 parent 1910770 commit 5fde3c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ numpy==1.21.2
# via
# -r requirements/coverage.in
# pandas
pandas==1.3.2
pandas==1.3.3
# via -r requirements/coverage.in
python-dateutil==2.8.2
# via pandas
Expand Down
25 changes: 13 additions & 12 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
bandit==1.7.0
# via flake8-bandit
black==21.8b0
black==21.9b0
# via
# blacken-docs
# shed
Expand All @@ -35,7 +35,7 @@ certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
charset-normalizer==2.0.4
charset-normalizer==2.0.6
# via requests
click==7.1.2
# via
Expand All @@ -59,7 +59,7 @@ distlib==0.3.2
# via virtualenv
django==3.2.7
# via -r requirements/tools.in
docutils==0.16
docutils==0.17.1
# via
# readme-renderer
# restructuredtext-lint
Expand All @@ -85,7 +85,7 @@ flake8-2020==1.6.0
# via -r requirements/tools.in
flake8-bandit==2.1.2
# via -r requirements/tools.in
flake8-bugbear==21.4.3
flake8-bugbear==21.9.1
# via -r requirements/tools.in
flake8-comprehensions==3.6.1
# via -r requirements/tools.in
Expand All @@ -97,7 +97,7 @@ flake8-polyfill==1.0.2
# via flake8-bandit
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.24
# via bandit
idna==3.2
# via requests
Expand All @@ -121,7 +121,7 @@ jeepney==0.7.1
# secretstorage
jinja2==3.0.1
# via sphinx
keyring==23.2.0
keyring==23.2.1
# via twine
lark-parser==0.12.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -213,7 +213,7 @@ pytz==2021.1
# via
# babel
# django
pyupgrade==2.25.1
pyupgrade==2.26.0.post1
# via shed
pyyaml==5.4.1
# via
Expand All @@ -237,7 +237,7 @@ rfc3986==1.5.0
# via twine
secretstorage==3.3.1
# via keyring
shed==0.3.10
shed==0.4.2
# via -r requirements/tools.in
six==1.16.0
# via
Expand All @@ -255,13 +255,13 @@ snowballstemmer==2.1.0
# sphinx
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
sphinx==4.1.2
sphinx==4.2.0
# via
# -r requirements/tools.in
# sphinx-rtd-theme
sphinx-hoverxref==0.7b1
# via -r requirements/tools.in
sphinx-rtd-theme==0.5.2
sphinx-rtd-theme==1.0.0
# via -r requirements/tools.in
sphinx-selective-exclude==1.0.3
# via -r requirements/tools.in
Expand Down Expand Up @@ -293,7 +293,7 @@ tomli==1.2.1
# via
# black
# pep517
tox==3.24.3
tox==3.24.4
# via -r requirements/tools.in
tqdm==4.62.2
# via twine
Expand All @@ -314,14 +314,15 @@ types-redis==3.5.8
typing-extensions==3.10.0.2
# via
# black
# gitpython
# libcst
# mypy
# typing-inspect
typing-inspect==0.7.1
# via libcst
urllib3==1.26.6
# via requests
virtualenv==20.7.2
virtualenv==20.8.0
# via tox
wcwidth==0.2.5
# via prompt-toolkit
Expand Down

0 comments on commit 5fde3c7

Please sign in to comment.