Skip to content

Commit

Permalink
Merge pull request #1129 from wklken/ft_replace_pycrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Mar 21, 2024
2 parents a0f9ca1 + e703680 commit 8135539
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion paas2/esb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gevent = "1.1.2"
cachetools = "3.1.1"
enum34 = "1.1.6"
ConcurrentLogHandler = "0.9.1"
pycrypto = "2.6.1"
pycryptodome = "3.20.0"
PyJWT = "1.4.2"
gunicorn = "19.9.0"
uWSGI = "2.0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion paas2/esb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pluggy==0.13.1; python_version >= "2.7" and python_full_version < "3.0.0" or pyt
py==1.10.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pyasn1==0.4.8
pycparser==2.20; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pycrypto==2.6.1
pycryptodome==3.20.0
pygments==2.1.3
pyjwt==1.4.2
pymysql==0.6.7
Expand Down
2 changes: 1 addition & 1 deletion paas2/esb/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ py==1.10.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_
pyasn1==0.4.8
pycodestyle==2.7.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pycparser==2.20; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pycrypto==2.6.1
pycryptodome==3.20.0
pyflakes==2.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pygments==2.1.3
pyjwt==1.4.2
Expand Down
2 changes: 1 addition & 1 deletion paas2/login/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django==1.11.29
django-braces==1.13.0
dj-static==0.0.6
pycrypto==2.6.1
pycryptodome==3.20.0
requests==2.21.0
pymysql==0.6.7
gunicorn==19.9.0
Expand Down
2 changes: 1 addition & 1 deletion paas2/paas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django==1.11.29
dj-static==0.0.6
mako==1.0.4
pycrypto==2.6.1
pycryptodome==3.20.0
requests==2.21.0
gunicorn==19.9.0
uWSGI==2.0.13.1
Expand Down
2 changes: 1 addition & 1 deletion paas2/paasagent/support-files/images/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mako==1.0.4
MarkupSafe==0.23
meld3==1.0.2
pbr==1.10.0
pycrypto==2.6.1
pycryptodome==3.20.0
PyMySQL==0.6.7
pytz==2016.6.1
redis==2.10.5
Expand Down

0 comments on commit 8135539

Please sign in to comment.