Skip to content

Commit

Permalink
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.
  • Loading branch information
mxsasha committed Jul 15, 2024
1 parent f222774 commit 5897c86
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 @@ -37,7 +37,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 @@ -171,7 +171,7 @@ requests==2.32.0
# sectxt
rjsmin==1.2.1
# via -r requirements.in
sectxt==0.9.3
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 @@ -222,6 +222,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 5897c86

Please sign in to comment.