Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DShield-ISC/dshield
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Aug 15, 2024
2 parents ee72351 + 28336be commit e903277
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srv/isc-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
attrs==23.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
attrs==24.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
automat==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
bcrypt==4.1.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2024.2.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
bcrypt==4.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2024.7.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
charset-normalizer==2.0.12 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
constantly==15.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
Expand All @@ -11,7 +11,7 @@ cython-test-exception-raiser==1.0.2 ; python_full_version >= "3.7.1" and python_
defusedxml==0.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
dnspython==2.3.0 ; python_full_version >= "3.7.1" and python_version < "4.0"
email-validator==2.0.0.post2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
exceptiongroup==1.2.1 ; python_full_version >= "3.7.1" and python_version < "3.11"
exceptiongroup==1.2.2 ; python_full_version >= "3.7.1" and python_version < "3.11"
greenlet==3.0.3 ; python_full_version >= "3.7.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_full_version < "4.0.0"
h2==4.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
hpack==4.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
Expand All @@ -38,10 +38,10 @@ service-identity==21.1.0 ; python_full_version >= "3.7.1" and python_full_versio
setuptools==68.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
six==1.16.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
sortedcontainers==2.4.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
sqlalchemy==1.4.52 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
sqlalchemy==1.4.53 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
twisted-iocpsupport==1.0.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and platform_system == "Windows"
twisted[all-non-platform,http2]==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
typing-extensions==4.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
urllib3==1.26.18 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
urllib3==1.26.19 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
zipp==3.15.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
zope-interface==6.4.post2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"

0 comments on commit e903277

Please sign in to comment.