Skip to content

Commit e36dfd9

Browse files
committed
:Merge branch 'main' of github.com:DShield-ISC/dshield
2 parents 2093bce + b72e2d0 commit e36dfd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

srv/isc-agent/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0
22
attrs==23.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
33
automat==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
44
bcrypt==4.0.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
5-
certifi==2023.7.22 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
5+
certifi==2023.11.17 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
66
cffi==1.15.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
77
charset-normalizer==2.0.12 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
88
constantly==15.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
@@ -11,21 +11,21 @@ cython-test-exception-raiser==1.0.2 ; python_full_version >= "3.7.1" and python_
1111
defusedxml==0.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
1212
dnspython==2.3.0 ; python_full_version >= "3.7.1" and python_version < "4.0"
1313
email-validator==2.0.0.post2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
14-
exceptiongroup==1.1.3 ; python_full_version >= "3.7.1" and python_version < "3.11"
14+
exceptiongroup==1.2.0 ; python_full_version >= "3.7.1" and python_version < "3.11"
1515
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"
1616
h2==4.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
1717
hpack==4.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
1818
hyperframe==6.0.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
1919
hyperlink==21.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2020
hypothesis==6.79.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
21-
idna==3.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
21+
idna==3.5 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2222
importlib-metadata==6.7.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
2323
incremental==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2424
jinja2==3.0.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2525
markupsafe==2.1.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2626
priority==1.3.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2727
pyasn1-modules==0.3.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
28-
pyasn1==0.5.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
28+
pyasn1==0.5.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2929
pycparser==2.21 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
3030
pydantic[email]==1.9.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
3131
pyhamcrest==2.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
@@ -38,7 +38,7 @@ service-identity==21.1.0 ; python_full_version >= "3.7.1" and python_full_versio
3838
setuptools==68.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
3939
six==1.16.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
4040
sortedcontainers==2.4.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
41-
sqlalchemy==1.4.49 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
41+
sqlalchemy==1.4.50 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
4242
twisted-iocpsupport==1.0.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and platform_system == "Windows"
4343
twisted[all-non-platform,http2]==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
4444
typing-extensions==4.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)