mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
bump python-daemon package (#14301)
This commit is contained in:
parent
131dd088cd
commit
601b62deef
@ -1,19 +0,0 @@
|
|||||||
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
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
||||||
@ -40,6 +40,7 @@ psycopg
|
|||||||
psutil
|
psutil
|
||||||
pygerduty
|
pygerduty
|
||||||
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
|
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
|
||||||
|
python-daemon>3.0.0
|
||||||
python-dsv-sdk
|
python-dsv-sdk
|
||||||
python-tss-sdk==1.0.0
|
python-tss-sdk==1.0.0
|
||||||
python-ldap
|
python-ldap
|
||||||
|
|||||||
@ -155,8 +155,6 @@ frozenlist==1.3.3
|
|||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
# aiosignal
|
# aiosignal
|
||||||
future==0.18.3
|
|
||||||
# via django-radius
|
|
||||||
gitdb==4.0.10
|
gitdb==4.0.10
|
||||||
# via gitpython
|
# via gitpython
|
||||||
gitpython==3.1.30
|
gitpython==3.1.30
|
||||||
@ -315,8 +313,10 @@ pyrad==2.4
|
|||||||
# via django-radius
|
# via django-radius
|
||||||
pyrsistent==0.19.2
|
pyrsistent==0.19.2
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
python-daemon==2.3.2
|
python-daemon==3.0.1
|
||||||
# via ansible-runner
|
# via
|
||||||
|
# -r /awx_devel/requirements/requirements.in
|
||||||
|
# ansible-runner
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
# via
|
# via
|
||||||
# adal
|
# adal
|
||||||
@ -392,7 +392,6 @@ setuptools-scm[toml]==7.0.5
|
|||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via
|
# via
|
||||||
# ansible-runner
|
|
||||||
# automat
|
# automat
|
||||||
# azure-core
|
# azure-core
|
||||||
# django-pglocks
|
# django-pglocks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user