Skip to content

Commit

Permalink
MAINT: Update requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 28, 2022
1 parent fcd1aed commit 865d744
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ flake8_implicit_str_concat
flake8-bugbear
pillow
pytest
pytest-benchmark
pytest-benchmark
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flake8==4.0.1
# via
# -r requirements/ci.in
# flake8-bugbear
flake8-bugbear==22.3.23
flake8-bugbear==22.4.25
# via -r requirements/ci.in
flake8-implicit-str-concat==0.2.0
# via -r requirements/ci.in
Expand Down Expand Up @@ -44,7 +44,7 @@ pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pytest==7.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black
pip-tools
pre-commit
pre-commit<2.18.0
pytest-cov
twine
wheel
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ colorama==0.4.4
# via twine
coverage[toml]==6.2
# via pytest-cov
cryptography==36.0.2
cryptography==37.0.1
# via secretstorage
dataclasses==0.8
# via black
Expand Down Expand Up @@ -91,7 +91,7 @@ py==1.11.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.11.2
pygments==2.12.0
# via readme-renderer
pyparsing==3.0.8
# via packaging
Expand All @@ -111,7 +111,7 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==1.5.0
# via twine
secretstorage==3.3.1
secretstorage==3.3.2
# via keyring
six==1.16.0
# via
Expand All @@ -129,7 +129,7 @@ tqdm==4.64.0
# via twine
twine==3.8.0
# via -r requirements/dev.in
typed-ast==1.5.2
typed-ast==1.5.3
# via black
typing-extensions==4.1.1
# via
Expand All @@ -139,7 +139,7 @@ urllib3==1.26.9
# via
# requests
# twine
virtualenv==20.14.0
virtualenv==20.14.1
# via pre-commit
webencodings==0.5.1
# via bleach
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.12
# via sphinx
attrs==21.4.0
# via markdown-it-py
babel==2.9.1
babel==2.10.1
# via sphinx
certifi==2021.10.8
# via requests
Expand Down Expand Up @@ -43,9 +43,9 @@ myst-parser==0.16.1
# via -r requirements/docs.in
packaging==21.3
# via sphinx
pygments==2.11.2
pygments==2.12.0
# via sphinx
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pytz==2022.1
# via babel
Expand Down

0 comments on commit 865d744

Please sign in to comment.