Skip to content

Commit

Permalink
deps(python): update multiple dependabot commits
Browse files Browse the repository at this point in the history
This consolidates multiple python dependency upgrades.

Signed-off-by: Lance Austin <[email protected]>
  • Loading branch information
Lance Austin committed Aug 3, 2023
1 parent 4008635 commit c20b274
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 64 deletions.
90 changes: 45 additions & 45 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,48 +151,48 @@ following Free and Open Source software:
The Emissary-ingress Python code makes use of the following Free and Open Source
libraries:

Name Version License(s)
---- ------- ----------
Cython 0.29.36 Apache License 2.0
Flask 2.3.2 3-clause BSD license
Jinja2 3.1.2 3-clause BSD license
MarkupSafe 2.1.3 3-clause BSD license
PyYAML 6.0.1 MIT license
Werkzeug 2.3.6 3-clause BSD license
blinker 1.6.2 MIT license
build 0.9.0 MIT license
cachetools 5.3.0 MIT license
certifi 2023.5.7 Mozilla Public License 2.0
charset-normalizer 3.1.0 MIT license
click 8.1.3 3-clause BSD license
dpath 2.1.4 MIT license
durationpy 0.5 MIT license
expiringdict 1.2.2 Apache License 2.0
google-auth 2.16.1 Apache License 2.0
gunicorn 20.1.0 MIT license
idna 3.4 3-clause BSD license
itsdangerous 2.1.2 3-clause BSD license
jsonpatch 1.33 3-clause BSD license
jsonpointer 2.3 3-clause BSD license
kubernetes 26.1.0 Apache License 2.0
oauthlib 3.2.2 3-clause BSD license
orjson 3.9.1 Apache License 2.0, MIT license
packaging 21.3 2-clause BSD license, Apache License 2.0
pep517 0.13.0 MIT license
pip-tools 6.12.1 3-clause BSD license
prometheus-client 0.15.0 Apache License 2.0
pyasn1 0.4.8 2-clause BSD license
pyasn1-modules 0.2.8 2-clause BSD license
pyparsing 3.0.9 MIT license
python-dateutil 2.8.2 3-clause BSD license, Apache License 2.0
python-json-logger 2.0.7 2-clause BSD license
requests 2.31.0 Apache License 2.0
requests-oauthlib 1.3.1 ISC license
retrying 1.3.3 Apache License 2.0
rsa 4.9 Apache License 2.0
semantic-version 2.10.0 2-clause BSD license
six 1.16.0 MIT license
tomli 2.0.1 MIT license
typing_extensions 4.7.1 Python Software Foundation license
urllib3 1.26.13 MIT license
websocket-client 1.4.2 Apache License 2.0
Name Version License(s)
---- ------- ----------
Cython 0.29.36 Apache License 2.0
Flask 2.3.2 3-clause BSD license
Jinja2 3.1.2 3-clause BSD license
MarkupSafe 2.1.3 3-clause BSD license
PyYAML 6.0.1 MIT license
Werkzeug 2.3.6 3-clause BSD license
blinker 1.6.2 MIT license
build 0.9.0 MIT license
cachetools 5.3.1 MIT license
certifi 2023.7.22 Mozilla Public License 2.0
charset-normalizer 3.1.0 MIT license
click 8.1.3 3-clause BSD license
dpath 2.1.6 MIT license
durationpy 0.5 MIT license
expiringdict 1.2.2 Apache License 2.0
google-auth 2.22.0 Apache License 2.0
gunicorn 20.1.0 MIT license
idna 3.4 3-clause BSD license
itsdangerous 2.1.2 3-clause BSD license
jsonpatch 1.33 3-clause BSD license
jsonpointer 2.4 3-clause BSD license
kubernetes 27.2.0 Apache License 2.0
oauthlib 3.2.2 3-clause BSD license
orjson 3.9.1 Apache License 2.0, MIT license
packaging 21.3 2-clause BSD license, Apache License 2.0
pep517 0.13.0 MIT license
pip-tools 6.12.1 3-clause BSD license
prometheus-client 0.17.1 Apache License 2.0
pyasn1 0.5.0 2-clause BSD license
pyasn1-modules 0.3.0 2-clause BSD license
pyparsing 3.0.9 MIT license
python-dateutil 2.8.2 3-clause BSD license, Apache License 2.0
python-json-logger 2.0.7 2-clause BSD license
requests 2.31.0 Apache License 2.0
requests-oauthlib 1.3.1 ISC license
retrying 1.3.3 Apache License 2.0
rsa 4.9 Apache License 2.0
semantic-version 2.10.0 2-clause BSD license
six 1.16.0 MIT license
tomli 2.0.1 MIT license
typing_extensions 4.7.1 Python Software Foundation license
urllib3 1.26.13 MIT license
websocket-client 1.6.1 Apache License 2.0
6 changes: 3 additions & 3 deletions docker/test-shadow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
click==8.1.3 # via flask
click==8.1.6 # via flask
flask==2.3.2
importlib-metadata==6.7.0 # via click
importlib-metadata==6.8.0 # via click
itsdangerous==2.1.2 # via flask
jinja2==3.1.2 # via flask
markupsafe==2.1.3 # via jinja2
typing-extensions==4.7.1 # via importlib-metadata
werkzeug==2.3.6 # via flask
zipp==3.15.0 # via importlib-metadata
zipp==3.16.2 # via importlib-metadata
2 changes: 1 addition & 1 deletion docker/test-stats/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.3 # via flask
click==8.1.6 # via flask
flask==2.3.2
itsdangerous==2.1.2 # via flask
jinja2==3.1.2 # via flask
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest==6.2.5
pytest-cov
pytest-rerunfailures
retry
black==23.3
black==23.7
isort

# Type stubs
Expand Down
26 changes: 14 additions & 12 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
blinker==1.6.2
# via flask
cachetools==5.3.0
cachetools==5.3.1
# via google-auth
certifi==2023.5.7
certifi==2023.7.22
# via
# kubernetes
# requests
Expand All @@ -18,15 +18,15 @@ click==8.1.3
# via
# -r requirements.in
# flask
dpath==2.1.4
dpath==2.1.6
# via -r requirements.in
durationpy==0.5
# via -r requirements.in
expiringdict==1.2.2
# via -r requirements.in
flask==2.3.2
# via -r requirements.in
google-auth==2.16.1
google-auth==2.22.0
# via kubernetes
gunicorn==20.1.0
# via -r requirements.in
Expand All @@ -38,25 +38,27 @@ jinja2==3.1.2
# via flask
jsonpatch==1.33
# via -r requirements.in
jsonpointer==2.3
jsonpointer==2.4
# via jsonpatch
kubernetes==26.1.0
kubernetes==27.2.0
# via -r requirements.in
markupsafe==2.1.3
# via
# jinja2
# werkzeug
oauthlib==3.2.2
# via requests-oauthlib
# via
# kubernetes
# requests-oauthlib
orjson==3.9.1
# via -r requirements.in
prometheus-client==0.15.0
prometheus-client==0.17.1
# via -r requirements.in
pyasn1==0.4.8
pyasn1==0.5.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
pyasn1-modules==0.3.0
# via google-auth
python-dateutil==2.8.2
# via kubernetes
Expand All @@ -81,7 +83,6 @@ setuptools==68.0.0
# via
# -r requirements.in
# gunicorn
# kubernetes
six==1.16.0
# via
# google-auth
Expand All @@ -91,9 +92,10 @@ typing-extensions==4.7.1
# via -r requirements.in
urllib3==1.26.13
# via
# google-auth
# kubernetes
# requests
websocket-client==1.4.2
websocket-client==1.6.1
# via kubernetes
werkzeug==2.3.6
# via flask
5 changes: 3 additions & 2 deletions tools/src/py-mkopensource/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@ func parseLicenses(name, version, license string) map[License]struct{} {
{"importlib-resources", "5.4.0", "UNKNOWN"}: {Apache2},
{"itsdangerous", "1.1.0", "BSD"}: {BSD3},
{"jsonpatch", "1.33", "Modified BSD License"}: {BSD3},
{"jsonpointer", "2.3", "Modified BSD License"}: {BSD3},
{"jsonpointer", "2.4", "Modified BSD License"}: {BSD3},
{"jsonschema", "3.2.0", "UNKNOWN"}: {MIT},
{"lockfile", "0.12.2", "UNKNOWN"}: {MIT},
{"oauthlib", "3.1.0", "BSD"}: {BSD3},
{"oauthlib", "3.2.2", "BSD"}: {BSD3},
{"pep517", "0.13.0", ""}: {MIT},
{"pip-tools", "6.12.1", "BSD"}: {BSD3},
{"ptyprocess", "0.6.0", "UNKNOWN"}: {ISC},
{"pyasn1", "0.4.8", "BSD"}: {BSD2},
{"pyasn1", "0.5.0", "BSD"}: {BSD2},
{"pyasn1-modules", "0.3.0", "BSD"}: {BSD2},
{"pycparser", "2.20", "BSD"}: {BSD3},
{"pyparsing", "3.0.9", ""}: {MIT},
{"python-dateutil", "2.8.1", "Dual License"}: {BSD3, Apache2},
Expand Down

0 comments on commit c20b274

Please sign in to comment.