fix: Update setproctitle version for all platforms

This commit is contained in:
Carlos Álvaro 2022-09-01 14:26:33 +02:00 committed by Megan Wilhite
parent 6f45d28196
commit b3c6d949ba
26 changed files with 30 additions and 28 deletions

View file

@ -1 +1 @@
Update setproctitle version for Darwin
Update setproctitle version for all platforms

View file

@ -15,8 +15,8 @@ pycparser>=2.21
pyopenssl>=19.0.0
python-dateutil>=2.8.0
python-gnupg>=0.4.4
setproctitle>=1.1.10; python_version < '3.10'
setproctitle>=1.2.3; python_version >= '3.10'
setproctitle>=1.1.10 ; python_version < '3.10'
setproctitle>=1.2.3 ; python_version >= '3.10'
timelib>=0.2.5
vultr>=1.0.1

View file

@ -794,7 +794,7 @@ scp==0.14.1
# via junos-eznc
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.2.2 ; python_version >= "3.10"
setproctitle==1.2.3 ; python_version >= "3.10"
# via -r requirements/static/pkg/linux.in
six==1.16.0
# via

View file

@ -766,7 +766,7 @@ scp==0.13.6
# via junos-eznc
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.2.2 ; python_version >= "3.10"
setproctitle==1.2.3 ; python_version >= "3.10"
# via -r requirements/static/pkg/linux.in
six==1.16.0
# via

View file

@ -781,7 +781,7 @@ scp==0.13.2
# via junos-eznc
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.2.3 ; python_version >= "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -766,7 +766,7 @@ scp==0.13.6
# via junos-eznc
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.2.2 ; python_version >= "3.10"
setproctitle==1.2.3 ; python_version >= "3.10"
# via -r requirements/static/pkg/linux.in
six==1.16.0
# via

View file

@ -822,7 +822,7 @@ scp==0.13.2
# via junos-eznc
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.2.2 ; python_version >= "3.10"
setproctitle==1.2.3 ; python_version >= "3.10"
# via -r requirements/static/pkg/linux.in
six==1.16.0
# via

View file

@ -351,7 +351,7 @@ s3transfer==0.3.3
# via boto3
sed==0.3.1
# via -r requirements/static/ci/windows.in
setproctitle==1.1.10
setproctitle==1.2.3; python_version >= "3.10"
# via -r requirements/static/pkg/py3.10/windows.txt
six==1.15.0
# via

View file

@ -825,7 +825,7 @@ scp==0.13.2
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -358,7 +358,7 @@ sed==0.3.1
# via -r requirements/static/ci/windows.in
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/windows.txt
six==1.16.0
# via

View file

@ -816,7 +816,7 @@ scp==0.13.2
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -347,7 +347,7 @@ sed==0.3.1
# via -r requirements/static/ci/windows.in
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/windows.txt
six==1.15.0
# via

View file

@ -819,7 +819,7 @@ scp==0.13.2
# netmiko
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -348,7 +348,7 @@ sed==0.3.1
# via -r requirements/static/ci/windows.in
semantic-version==2.9.0
# via etcd3-py
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/windows.txt
six==1.15.0
# via

View file

@ -6,7 +6,8 @@ pycparser>=2.21; python_version >= '3.9'
pyopenssl>=19.0.0
python-dateutil>=2.8.0
python-gnupg>=0.4.4
setproctitle>=1.1.10
setproctitle>=1.1.10 ; python_version < '3.10'
setproctitle>=1.2.3 ; python_version >= '3.10'
timelib>=0.2.5
distro>=1.3.0
importlib_metadata>=3.3.0; python_version >= '3.6' and python_version < '3.10'

View file

@ -7,8 +7,8 @@ pyopenssl>=19.0.0
python-dateutil>=2.8.0
python-gnupg>=0.4.4
rpm-vercmp
setproctitle>=1.1.10; python_version < '3.10'
setproctitle>=1.2.2; python_version >= '3.10'
setproctitle>=1.1.10 ; python_version < '3.10'
setproctitle>=1.2.3 ; python_version >= '3.10'
timelib>=0.2.5
importlib_metadata>=3.3.0; python_version >= '3.6' and python_version < '3.10'
importlib_metadata==4.6.3; python_version >= '3.10'

View file

@ -75,7 +75,7 @@ pyzmq==23.2.0 ; python_version >= "3.9"
# via -r requirements/zeromq.txt
requests==2.25.1
# via -r requirements/base.txt
setproctitle==1.1.10
setproctitle==1.3.2 ; python_version >= "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -77,7 +77,7 @@ requests==2.25.1
# via -r requirements/base.txt
rpm-vercmp==0.1.2
# via -r requirements/static/pkg/linux.in
setproctitle==1.2.2 ; python_version >= "3.10"
setproctitle==1.3.2 ; python_version >= "3.10"
# via -r requirements/static/pkg/linux.in
six==1.16.0
# via

View file

@ -108,7 +108,7 @@ requests==2.25.1
# via
# -r requirements/base.txt
# -r requirements/windows.txt
setproctitle==1.1.10
setproctitle==1.2.3 ; python_version >= "3.10"
# via -r requirements/windows.txt
six==1.15.0
# via

View file

@ -75,7 +75,7 @@ pyzmq==18.0.1 ; python_version < "3.9"
# via -r requirements/zeromq.txt
requests==2.25.1
# via -r requirements/base.txt
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -112,7 +112,7 @@ requests==2.25.1
# via
# -r requirements/base.txt
# -r requirements/windows.txt
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/windows.txt
six==1.16.0
# via

View file

@ -75,7 +75,7 @@ pyzmq==19.0.0 ; python_version < "3.9"
# via -r requirements/zeromq.txt
requests==2.25.1
# via -r requirements/base.txt
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -112,7 +112,7 @@ requests==2.25.1
# via
# -r requirements/base.txt
# -r requirements/windows.txt
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/windows.txt
six==1.15.0
# via

View file

@ -77,7 +77,7 @@ pyzmq==23.2.0 ; python_version >= "3.9"
# via -r requirements/zeromq.txt
requests==2.25.1
# via -r requirements/base.txt
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/static/pkg/freebsd.in
six==1.16.0
# via

View file

@ -112,7 +112,7 @@ requests==2.25.1
# via
# -r requirements/base.txt
# -r requirements/windows.txt
setproctitle==1.1.10
setproctitle==1.1.10 ; python_version < "3.10"
# via -r requirements/windows.txt
six==1.15.0
# via

View file

@ -25,7 +25,8 @@ pyopenssl>=20.0.1
python-dateutil>=2.8.1
python-gnupg>=0.4.7
requests>=2.25.1
setproctitle
setproctitle>=1.1.10 ; python_version < '3.10'
setproctitle>=1.2.3 ; python_version >= '3.10'
timelib>=0.2.5
urllib3>=1.26.5
# Watchdog pulls in a GPL-3 package, argh, which cannot be shipped on the