Skip to content

Commit

Permalink
requirements-dev: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbratovic committed Oct 10, 2023
1 parent 3b7878f commit fb0b368
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 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==2.15.6
astroid==3.0.0
# via pylint
black==23.7.0
black==23.9.1
# via laebelmaker (pyproject.toml)
certifi==2023.7.22
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via black
Expand All @@ -24,18 +24,16 @@ docker==6.1.3
# via laebelmaker (pyproject.toml)
exceptiongroup==1.1.3
# via pytest
filelock==3.12.3
filelock==3.12.4
# via virtualenv
identify==2.5.27
identify==2.5.30
# via pre-commit
idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
mypy==1.5.1
Expand All @@ -46,25 +44,25 @@ mypy-extensions==1.0.0
# mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# black
# docker
# pytest
pathspec==0.11.2
# via black
platformdirs==3.10.0
platformdirs==3.11.0
# via
# black
# pylint
# virtualenv
pluggy==1.3.0
# via pytest
pre-commit==3.3.3
pre-commit==3.4.0
# via laebelmaker (pyproject.toml)
pylint==2.17.5
pylint==3.0.1
# via laebelmaker (pyproject.toml)
pytest==7.4.0
pytest==7.4.2
# via laebelmaker (pyproject.toml)
pyyaml==6.0.1
# via
Expand All @@ -80,23 +78,21 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
types-pyyaml==6.0.12.11
types-pyyaml==6.0.12.12
# via laebelmaker (pyproject.toml)
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# filelock
# black
# mypy
urllib3==2.0.4
urllib3==2.0.6
# via
# docker
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via pre-commit
websocket-client==1.6.2
websocket-client==1.6.4
# via docker
wrapt==1.15.0
# via astroid

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

0 comments on commit fb0b368

Please sign in to comment.