mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Merge pull request #13459 from djyasin/forwardport_deps_bump
Updating wheel and gitpython dependencies
This commit is contained in:
commit
052644eb9d
@ -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
|
||||
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
|
||||
contributors.
|
||||
MIT License
|
||||
|
||||
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
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
|
||||
@ -25,7 +25,7 @@ django-taggit
|
||||
djangorestframework==3.13.1
|
||||
djangorestframework-yaml
|
||||
filelock
|
||||
GitPython
|
||||
GitPython>=3.1.30 # CVE-2022-24439
|
||||
hiredis==2.0.0 # see UPGRADE BLOCKERs
|
||||
irc
|
||||
jinja2
|
||||
@ -55,7 +55,7 @@ twilio
|
||||
twisted[tls]
|
||||
uWSGI
|
||||
uwsgitop
|
||||
wheel
|
||||
wheel>=0.38.1 # CVE-2022-40898
|
||||
pip==21.2.4 # see UPGRADE BLOCKERs
|
||||
setuptools # see UPGRADE BLOCKERs
|
||||
setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep
|
||||
|
||||
@ -154,7 +154,7 @@ frozenlist==1.3.3
|
||||
# django-radius
|
||||
gitdb==4.0.10
|
||||
# via gitpython
|
||||
gitpython==3.1.29
|
||||
gitpython==3.1.30
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
google-auth==2.14.1
|
||||
# via kubernetes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user