Skip to content

Commit

Permalink
chore: add missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 authored and regisb committed Sep 27, 2024
1 parent 0a65166 commit eb0f664
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ click>=8.0
jinja2>=2.10
kubernetes
mypy
packaging
pycryptodome>=3.17.0
pyyaml>=6.0
typing-extensions>=4.4.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
packaging==24.1
# via -r requirements/base.in
pyasn1==0.5.0
# via
# pyasn1-modules
Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ oauthlib==3.2.2
# -r requirements/base.txt
# kubernetes
# requests-oauthlib
packaging==23.2
packaging==24.1
# via
# -r requirements/base.txt
# black
# build
# pyinstaller
Expand Down
6 changes: 4 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ oauthlib==3.2.2
# -r requirements/base.txt
# kubernetes
# requests-oauthlib
packaging==23.2
# via sphinx
packaging==24.1
# via
# -r requirements/base.txt
# sphinx
pyasn1==0.5.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit eb0f664

Please sign in to comment.