Skip to content

Commit

Permalink
[1.8.x] Fix #1453 - Update sectxt to 0.9.4 from github release
Browse files Browse the repository at this point in the history
We depend on SecurityInnovation/PGPy#467 and
sectxt's pypi release can not point to that, only to other pypi
releases. Hence, pull sectxt from github now.

(cherry picked from commit abc6742)
  • Loading branch information
mxsasha committed Jul 24, 2024
1 parent 4199a5b commit f663901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ chardet
requests
hiredis
ip_address
sectxt
colorlog
setuptools_scm
sentry-sdk
Expand All @@ -61,6 +60,10 @@ whitenoise
# Needed in celery/kombu, but not installed automatically?
cached-property

# sectxt from github, as the 0.9.4 on pypi can not refer to the fixed version of pgpy
# can be fixed when https://github.com/SecurityInnovation/PGPy/pull/467 is merged and a new sectxt is released
https://github.com/DigitalTrustCenter/sectxt/archive/refs/tags/0.9.4.tar.gz

# our custom fork
https://github.com/internetstandards/python-whois/releases/download/v1.0.0/pythonwhois-internet.nl-1.0.0.tar.gz

Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ requests==2.32.0
# sectxt
rjsmin==1.2.1
# via -r requirements.in
sectxt @ https://github.com/mxsasha/sectxt/archive/refs/tags/0.8.3_leap.tar.gz
sectxt @ https://github.com/DigitalTrustCenter/sectxt/archive/refs/tags/0.9.4.tar.gz
# via -r requirements.in
selenium==3.141.0
# via -r requirements.in
Expand Down Expand Up @@ -218,6 +218,8 @@ urllib3==2.0.7
# sentry-sdk
uwsgi==2.0.22
# via -r requirements.in
validators==0.23.0
# via sectxt
vine==5.0.0
# via
# amqp
Expand Down

0 comments on commit f663901

Please sign in to comment.