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 57dd298
Show file tree
Hide file tree
Showing 2 changed files with 5 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
2 changes: 1 addition & 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

0 comments on commit 57dd298

Please sign in to comment.