Skip to content

Commit e903277

Browse files
committed
Merge branch 'main' of github.com:DShield-ISC/dshield
2 parents ee72351 + 28336be commit e903277

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

srv/isc-agent/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2-
attrs==23.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
2+
attrs==24.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"
4-
bcrypt==4.1.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
5-
certifi==2024.2.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
4+
bcrypt==4.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
5+
certifi==2024.7.4 ; 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,7 +11,7 @@ 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.2.1 ; python_full_version >= "3.7.1" and python_version < "3.11"
14+
exceptiongroup==1.2.2 ; python_full_version >= "3.7.1" and python_version < "3.11"
1515
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"
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"
@@ -38,10 +38,10 @@ 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.52 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
41+
sqlalchemy==1.4.53 ; 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"
45-
urllib3==1.26.18 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
45+
urllib3==1.26.19 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
4646
zipp==3.15.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
4747
zope-interface==6.4.post2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)