Skip to content

Commit

Permalink
Merge pull request #5 from moreonion/update
Browse files Browse the repository at this point in the history
23.11 post release updates
  • Loading branch information
torotil committed Nov 30, 2023
2 parents 9a6c11c + 94825c6 commit 845f596
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
#
astroid==3.0.1
# via pylint
black==23.10.0
black==23.11.0
# via impact-stack-rest (pyproject.toml)
blinker==1.6.3
blinker==1.7.0
# via flask
certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# black
# flask
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
dill==0.3.7
# via pylint
Expand All @@ -34,11 +34,11 @@ docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.1
# via virtualenv
flask==3.0.0
# via impact-stack-rest (pyproject.toml)
identify==2.5.30
identify==2.5.31
# via pre-commit
idna==3.4
# via requests
Expand All @@ -63,7 +63,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.2
# via flask
keyring==24.2.0
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -108,9 +108,9 @@ pygments==2.16.1
# via
# readme-renderer
# rich
pylint==3.0.1
pylint==3.0.2
# via impact-stack-rest (pyproject.toml)
pytest==7.4.2
pytest==7.4.3
# via
# impact-stack-rest (pyproject.toml)
# pytest-cov
Expand All @@ -132,7 +132,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -147,7 +147,7 @@ tomli==2.0.1
# pydocstyle
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
twine==4.0.2
# via impact-stack-rest (pyproject.toml)
Expand All @@ -156,13 +156,13 @@ typing-extensions==4.8.0
# astroid
# black
# pylint
urllib3==2.0.7
urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via pre-commit
werkzeug==3.0.0
werkzeug==3.0.1
# via flask
zipp==3.17.0
# via importlib-metadata
Expand Down

0 comments on commit 845f596

Please sign in to comment.