Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ apache-libcloud>=2.4.0
backports.ssl_match_hostname>=3.7.0.1; python_version < '3.7'
cherrypy>=17.4.1
cryptography>=2.6.1
gitpython>=2.1.15
gitpython>3.1.20 ; python_version >= "3.7"
gitpython>=2.1.15 ; python_version <= "3.6"
idna>=2.8
linode-python>=1.1.1
mako>=1.0.7
Expand Down
3 changes: 2 additions & 1 deletion requirements/static/ci/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ croniter>=0.3.0,!=0.3.22"; sys_platform != 'win32'
dnspython
docker
etcd3-py==0.1.6 ; python_version >= '3.6'
gitpython>=2.1.15
gitpython>3.1.20 ; python_version >= "3.7"
gitpython>=2.1.15 ; python_version <= "3.6"
jmespath
jsonschema
junos-eznc; sys_platform != 'win32' and python_version <= '3.10'
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.24
gitpython==3.1.24 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.1.0
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via
# -r requirements/darwin.txt
# -r requirements/static/ci/common.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.29
gitpython==3.1.29 ; python_version >= "3.7"
# via
# -r requirements/static/ci/common.in
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.6/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.18 ; python_version <= "3.6"
# via -r requirements/static/ci/common.in
google-auth==2.1.0
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.6/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.18 ; python_version <= "3.6"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.6/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.18 ; python_version <= "3.6"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.6/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.12 ; python_version <= "3.6"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.24
gitpython==3.1.24 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.1.0
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
3 changes: 2 additions & 1 deletion requirements/static/ci/py3.7/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down Expand Up @@ -887,6 +887,7 @@ typing-extensions==3.10.0.0
# via
# aiohttp
# async-timeout
# gitpython
# importlib-metadata
# pytest-shell-utilities
# pytest-system-statistics
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
3 changes: 2 additions & 1 deletion requirements/static/ci/py3.7/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down Expand Up @@ -935,6 +935,7 @@ typing-extensions==3.10.0.0
# via
# aiohttp
# async-timeout
# gitpython
# importlib-metadata
# pytest-shell-utilities
# pytest-system-statistics
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.7/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via
# -r requirements/static/ci/common.in
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.24
gitpython==3.1.24 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.1.0
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.8/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via
# -r requirements/static/ci/common.in
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.24
gitpython==3.1.24 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.1.0
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via
# -r requirements/darwin.txt
# -r requirements/static/ci/common.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==2.0.1
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/static/ci/common.in
google-auth==1.6.3
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.9/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ geomet==0.1.2
# via cassandra-driver
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via
# -r requirements/static/ci/common.in
# -r requirements/windows.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.10/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/darwin.txt
idna==2.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.10/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.7
# via gitpython
gitpython==3.1.29
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/windows.txt
idna==2.8
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.7/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/windows.txt
idna==2.8
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.8/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/windows.txt
idna==2.8
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.9/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.5
# via gitpython
gitpython==3.1.12
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/darwin.txt
idna==2.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/pkg/py3.9/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
gitpython==3.1.29 ; python_version >= "3.7"
# via -r requirements/windows.txt
idna==2.8
# via requests
Expand Down
3 changes: 2 additions & 1 deletion requirements/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ certifi>=2022.12.07
cffi>=1.14.5
cherrypy>=18.6.1
cryptography>=3.4.7
gitpython>=3.1.18
gitpython>3.1.20 ; python_version >= "3.7"
gitpython>=2.1.15 ; python_version <= "3.6"
ioloop>=0.1a0
libnacl>=1.8.0
lxml>=4.6.3
Expand Down