diff --git a/licenses/python-future.txt b/licenses/python-future.txt index c4dfd4b013..4c904dba8f 100644 --- a/licenses/python-future.txt +++ b/licenses/python-future.txt @@ -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 diff --git a/licenses/wheel.txt b/licenses/wheel.txt index c3441e6cc8..a31470f14c 100644 --- a/licenses/wheel.txt +++ b/licenses/wheel.txt @@ -1,7 +1,6 @@ -"wheel" copyright (c) 2012-2014 Daniel Holth and -contributors. +MIT License -The MIT License +Copyright (c) 2012 Daniel Holth and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/requirements/requirements.in b/requirements/requirements.in index f58baf032e..e66ce702cc 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -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 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 7293ebd046..a8bd03a801 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -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