mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Merge pull request #13459 from djyasin/forwardport_deps_bump
Updating wheel and gitpython dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2013-2016 Python Charmers Pty Ltd, Australia
|
Copyright (c) 2013-2019 Python Charmers Pty Ltd, Australia
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
"wheel" copyright (c) 2012-2014 Daniel Holth <dholth@fastmail.fm> and
|
MIT License
|
||||||
contributors.
|
|
||||||
|
|
||||||
The MIT License
|
Copyright (c) 2012 Daniel Holth <dholth@fastmail.fm> and contributors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ django-taggit
|
|||||||
djangorestframework==3.13.1
|
djangorestframework==3.13.1
|
||||||
djangorestframework-yaml
|
djangorestframework-yaml
|
||||||
filelock
|
filelock
|
||||||
GitPython
|
GitPython>=3.1.30 # CVE-2022-24439
|
||||||
hiredis==2.0.0 # see UPGRADE BLOCKERs
|
hiredis==2.0.0 # see UPGRADE BLOCKERs
|
||||||
irc
|
irc
|
||||||
jinja2
|
jinja2
|
||||||
@@ -55,7 +55,7 @@ twilio
|
|||||||
twisted[tls]
|
twisted[tls]
|
||||||
uWSGI
|
uWSGI
|
||||||
uwsgitop
|
uwsgitop
|
||||||
wheel
|
wheel>=0.38.1 # CVE-2022-40898
|
||||||
pip==21.2.4 # see UPGRADE BLOCKERs
|
pip==21.2.4 # see UPGRADE BLOCKERs
|
||||||
setuptools # see UPGRADE BLOCKERs
|
setuptools # see UPGRADE BLOCKERs
|
||||||
setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep
|
setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ frozenlist==1.3.3
|
|||||||
# django-radius
|
# django-radius
|
||||||
gitdb==4.0.10
|
gitdb==4.0.10
|
||||||
# via gitpython
|
# via gitpython
|
||||||
gitpython==3.1.29
|
gitpython==3.1.30
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
google-auth==2.14.1
|
google-auth==2.14.1
|
||||||
# via kubernetes
|
# via kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user