Skip to content

Commit

Permalink
chore: Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
torotil committed Jun 20, 2024
1 parent 90ac427 commit 1a84227
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
astroid==3.2.1
astroid==3.2.2
# via pylint
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
black==24.4.2
# via impact-stack-rest (pyproject.toml)
blinker==1.8.2
# via flask
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -24,9 +24,9 @@ click==8.1.7
# via
# black
# flask
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via secretstorage
dill==0.3.8
# via pylint
Expand All @@ -36,7 +36,7 @@ docutils==0.21.2
# via readme-renderer
exceptiongroup==1.2.1
# via pytest
filelock==3.14.0
filelock==3.15.3
# via virtualenv
flask==3.0.3
# via impact-stack-rest (pyproject.toml)
Expand Down Expand Up @@ -81,23 +81,23 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
mypy-extensions==1.0.0
# via black
nh3==0.2.17
# via readme-renderer
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.1
# via
# black
# pytest
pathspec==0.12.1
# via black
pkginfo==1.10.0
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
# via
Expand All @@ -116,9 +116,9 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.0
pylint==3.2.3
# via impact-stack-rest (pyproject.toml)
pytest==8.2.0
pytest==8.2.2
# via
# impact-stack-rest (pyproject.toml)
# pytest-cov
Expand All @@ -128,7 +128,7 @@ pyyaml==6.0.1
# via pre-commit
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.3
# via
# impact-stack-rest (pyproject.toml)
# requests-mock
Expand All @@ -155,23 +155,20 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
twine==5.0.0
twine==5.1.0
# via impact-stack-rest (pyproject.toml)
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# astroid
# black
# pylint
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
virtualenv==20.26.2
# via pre-commit
werkzeug==3.0.3
# via flask
zipp==3.18.2
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 1a84227

Please sign in to comment.