Skip to content

Commit

Permalink
Merge pull request #523 from internetstandards/50
Browse files Browse the repository at this point in the history
incorporate dns servfail fix
  • Loading branch information
stitch authored Jun 19, 2024
2 parents d6d4caf + 552cf0f commit 2fcc1af
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-deploy.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# make sure there are no version conflicts with requirements.txt
-c requirements.txt

websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d622c22a9f180a1501c1d68e63c16863ad4a0369
websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@5a97fb289d0e86b444d98cf6d30fbef3b964120b

# include (security) version constraints for non primary dependencies
-c security-constraints.in
Expand Down
2 changes: 1 addition & 1 deletion requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ wcwidth==0.2.13
# -c requirements.txt
# prompt-toolkit
# websecmap
websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d622c22a9f180a1501c1d68e63c16863ad4a0369
websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@5a97fb289d0e86b444d98cf6d30fbef3b964120b
# via
# -c requirements.txt
# -r requirements-deploy.in
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django-extensions
django-debug-toolbar
django-debug-toolbar-request-history
pytest-mock
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d622c22a9f180a1501c1d68e63c16863ad4a0369
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@5a97fb289d0e86b444d98cf6d30fbef3b964120b
# use the version with relaxed attr requirements
pytest-docker @ git+https://github.com/avast/pytest-docker@519b155009b6f3570c01f1f56e7c4e6ce3c5c760

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ wcwidth==0.2.13
# -c requirements.txt
# prompt-toolkit
# websecmap
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d622c22a9f180a1501c1d68e63c16863ad4a0369
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@5a97fb289d0e86b444d98cf6d30fbef3b964120b
# via
# -c requirements.txt
# -r requirements-dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - no version pinning, unless it is required and explained

# to update websecmap, update the SHA hash and run: make update_requirement_websecmap
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d622c22a9f180a1501c1d68e63c16863ad4a0369
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@5a97fb289d0e86b444d98cf6d30fbef3b964120b

django-otp
django-two-factor-auth>1.15
Expand Down
30 changes: 29 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ chardet==5.1.0
# websecmap
charset-normalizer==3.1.0
# via
# niquests
# requests
# websecmap
click==8.1.7
Expand Down Expand Up @@ -232,22 +233,35 @@ greenlet==3.0.3
# via
# gevent
# websecmap
h11==0.14.0
# via
# urllib3-future
# websecmap
humanize==4.9.0
# via
# flower
# websecmap
idna==3.4
# via
# niquests
# requests
# tldextract
# websecmap
# yarl
iso3166==2.1.1
# via websecmap
jh2==5.0.3
# via
# urllib3-future
# websecmap
jsonfield==3.1.0
# via
# django-mail-admin
# websecmap
kiss-headers==2.4.3
# via
# niquests
# websecmap
kombu==5.3.7
# via
# celery
Expand Down Expand Up @@ -283,6 +297,8 @@ netaddr==0.8.0
# via
# dnsrecon
# websecmap
niquests==3.6.6
# via websecmap
numpy==1.25.0
# via
# -r requirements.in
Expand Down Expand Up @@ -397,6 +413,10 @@ pyyaml==6.0
# via
# tablib
# websecmap
qh3==1.0.7
# via
# urllib3-future
# websecmap
qrcode==7.4.2
# via django-two-factor-auth
rdp==0.8
Expand Down Expand Up @@ -491,6 +511,10 @@ urllib3==1.26.18
# requests
# sentry-sdk
# websecmap
urllib3-future==2.7.912
# via
# niquests
# websecmap
validators==0.20.0
# via
# -r requirements.in
Expand All @@ -501,11 +525,15 @@ vine==5.1.0
# celery
# kombu
# websecmap
wassima==1.1.1
# via
# niquests
# websecmap
wcwidth==0.2.13
# via
# prompt-toolkit
# websecmap
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@d622c22a9f180a1501c1d68e63c16863ad4a0369
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@5a97fb289d0e86b444d98cf6d30fbef3b964120b
# via -r requirements.in
wikidata==0.7.0
# via websecmap
Expand Down

0 comments on commit 2fcc1af

Please sign in to comment.