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 Jan 10, 2024
2 parents 2093bce + b72e2d0 commit e36dfd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srv/isc-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0
attrs==23.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.0.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2023.11.17 ; 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,21 +11,21 @@ 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.1.3 ; python_full_version >= "3.7.1" and python_version < "3.11"
exceptiongroup==1.2.0 ; python_full_version >= "3.7.1" and python_version < "3.11"
greenlet==3.0.1 ; 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"
hyperframe==6.0.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
hyperlink==21.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
hypothesis==6.79.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
idna==3.5 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
importlib-metadata==6.7.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
incremental==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
jinja2==3.0.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
markupsafe==2.1.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
priority==1.3.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyasn1-modules==0.3.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyasn1==0.5.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyasn1==0.5.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pycparser==2.21 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pydantic[email]==1.9.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyhamcrest==2.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
Expand All @@ -38,7 +38,7 @@ 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.49 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
sqlalchemy==1.4.50 ; 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"
Expand Down

0 comments on commit e36dfd9

Please sign in to comment.