Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorporate dns servfail fix #523

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading