Skip to content

Commit

Permalink
chore: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Nov 21, 2022
1 parent f8b5cbc commit 986c3e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kubernetes==25.3.0
# via -r requirements/base.in
markupsafe==2.1.1
# via jinja2
mypy==0.990
mypy==0.991
# via -r requirements/base.in
mypy-extensions==0.4.3
# via mypy
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ altgraph==0.17.3
# via pyinstaller
appdirs==1.4.4
# via -r requirements/base.txt
astroid==2.12.12
astroid==2.12.13
# via pylint
black==22.10.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -84,7 +84,7 @@ mccabe==0.7.0
# via pylint
more-itertools==9.0.0
# via jaraco-classes
mypy==0.990
mypy==0.991
# via -r requirements/base.txt
mypy-extensions==0.4.3
# via
Expand All @@ -97,15 +97,15 @@ oauthlib==3.2.2
# requests-oauthlib
packaging==21.3
# via build
pathspec==0.10.1
pathspec==0.10.2
# via black
pep517==0.13.0
# via build
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements/dev.in
pkginfo==1.8.3
# via twine
platformdirs==2.5.3
platformdirs==2.5.4
# via
# black
# pylint
Expand All @@ -130,7 +130,7 @@ pyinstaller==5.6.2
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2022.13
# via pyinstaller
pylint==2.15.5
pylint==2.15.6
# via -r requirements/dev.in
pyparsing==3.0.9
# via packaging
Expand Down Expand Up @@ -190,7 +190,7 @@ types-docutils==0.19.1.1
# via -r requirements/dev.in
types-pyyaml==6.0.12.2
# via -r requirements/dev.in
types-setuptools==65.5.0.2
types-setuptools==65.6.0.0
# via -r requirements/dev.in
typing-extensions==4.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ markupsafe==2.1.1
# via
# -r requirements/base.txt
# jinja2
mypy==0.990
mypy==0.991
# via -r requirements/base.txt
mypy-extensions==0.4.3
# via
Expand Down

0 comments on commit 986c3e2

Please sign in to comment.