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

Update pinned dependencies #2891

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
attrs==20.3.0
# via hypothesis (hypothesis-python/setup.py)
coverage==5.4
coverage==5.5
# via -r requirements/coverage.in
lark-parser==0.11.2
# via -r requirements/coverage.in
numpy==1.20.1
# via
# -r requirements/coverage.in
# pandas
pandas==1.2.2
pandas==1.2.3
# via -r requirements/coverage.in
python-dateutil==2.8.1
# via pandas
Expand Down
20 changes: 12 additions & 8 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ black==20.8b1
# via
# blacken-docs
# shed
blacken-docs==1.9.2
blacken-docs==1.10.0
# via -r requirements/tools.in
bleach==3.3.0
# via readme-renderer
Expand All @@ -49,7 +49,7 @@ colorama==0.4.4
# via twine
com2ann==0.1.1
# via shed
coverage==5.4
coverage==5.5
# via -r requirements/tools.in
cryptography==3.4.6
# via secretstorage
Expand All @@ -76,7 +76,7 @@ flake8-2020==1.6.0
# via -r requirements/tools.in
flake8-bandit==2.1.2
# via -r requirements/tools.in
flake8-bugbear==20.11.1
flake8-bugbear==21.3.1
# via -r requirements/tools.in
flake8-comprehensions==3.3.1
# via -r requirements/tools.in
Expand All @@ -98,12 +98,14 @@ flake8==3.8.4
# flake8-polyfill
gitdb==4.0.5
# via gitpython
gitpython==3.1.13
gitpython==3.1.14
# via bandit
idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==3.7.0
# via keyring
iniconfig==1.1.1
# via pytest
ipython-genutils==0.2.0
Expand All @@ -120,7 +122,7 @@ jeepney==0.6.0
# secretstorage
jinja2==2.11.3
# via sphinx
keyring==22.3.0
keyring==23.0.0
# via twine
lark-parser==0.11.2
# via -r requirements/tools.in
Expand Down Expand Up @@ -253,7 +255,7 @@ sphinx-rtd-theme==0.5.1
# via -r requirements/tools.in
sphinx-selective-exclude==1.0.3
# via -r requirements/tools.in
sphinx==3.5.1
sphinx==3.5.2
# via
# -r requirements/tools.in
# sphinx-rtd-theme
Expand Down Expand Up @@ -281,9 +283,9 @@ toml==0.10.2
# black
# pytest
# tox
tox==3.22.0
tox==3.23.0
# via -r requirements/tools.in
tqdm==4.58.0
tqdm==4.59.0
# via twine
traitlets==4.3.3
# via
Expand Down Expand Up @@ -311,6 +313,8 @@ wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
zipp==3.4.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down