Skip to content

Commit f157c6a

Browse files
committed
security upgardes
1 parent 2d1134f commit f157c6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/constraints.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,24 @@
1212
aiohttp>=3.7.4, !=3.11.13 # https://github.com/advisories/GHSA-v6wp-4m6f-gcjg, 3.11.13 was yanked https://github.com/aio-libs/aiohttp/issues/10617
1313
certifi>=2023.7.22 # https://github.com/advisories/GHSA-xqr8-7jwr-rhp7
1414
cryptography>=41.0.6 # https://github.com/advisories/GHSA-v8gr-m533-ghj9
15+
h11>=0.16.0 # https://github.com/advisories/GHSA-vqfr-h8mv-ghfj
1516
httpx>=0.23.0 # https://github.com/advisories/GHSA-h8pj-cxx2-jfg2 / CVE-2021-41945
1617
jinja2>=2.11.3 # https://github.com/advisories/GHSA-g3rq-g295-4j3m
1718
mako>=1.2.2 # https://github.com/advisories/GHSA-v973-fxgf-6xhp
1819
orjson>=3.9.15 # https://github.com/advisories/GHSA-pwr2-4v36-6qpr
1920
paramiko>=2.10.1 # https://github.com/advisories/GHSA-f8q4-jwww-x3wv
21+
protobuf>=5.29.5 # https://github.com/advisories/GHSA-8qvm-5x2c-j2w7
2022
py>=1.11.0 # https://github.com/advisories/GHSA-w596-4wvx-j9j6 / CVE-2022-42969
2123
pyyaml>=5.4 # https://github.com/advisories/GHSA-8q59-q68h-6hv4
2224
redis>=4.5.4 # https://github.com/advisories/GHSA-24wv-mv5m-xv4h
2325
rsa>=4.1 # https://github.com/advisories/GHSA-537h-rv9q-vvph
26+
setuptools>=78.1.1 # https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
2427
sqlalchemy>=1.3.3 # https://nvd.nist.gov/vuln/detail/CVE-2019-7164
2528
starlette>=0.27.0 # https://github.com/advisories/GHSA-qj8w-rv5x-2v9h
2629
ujson>=5.4.0 # https://github.com/advisories/GHSA-fh56-85cw-5pq6, https://github.com/advisories/GHSA-wpqr-jcpx-745r
2730
urllib3>=1.26.5 # https://github.com/advisories/GHSA-q2q7-5pp4-w6pg
2831

2932

30-
3133
#
3234
# Breaking changes -----------------------------------------------------------------------------------------
3335
#

0 commit comments

Comments
 (0)