Skip to content

Commit

Permalink
Update fastapi to 0.109.2
Browse files Browse the repository at this point in the history
The previous jump to 0.109.0 was insufficent. Still we are not affected
by CVE-2024-24762 since we do not use FormData.

Change-Id: I522151e6c705867333d14f188402fbf95f70e71d
  • Loading branch information
Shortfinga committed Feb 9, 2024
1 parent f6dc6cd commit dd2a525
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

"""The setup script."""

from setuptools import setup, find_packages
from setuptools import find_packages, setup

from src import checkmk_kube_agent

with open("README.rst") as readme_file:
readme = readme_file.read()

requirements = [
"cachetools==5.0.0",
"fastapi==0.109.0",
"fastapi==0.109.2",
"pydantic==1.9.0",
"requests==2.31.0",
"urllib3==2.0.7",
Expand Down

0 comments on commit dd2a525

Please sign in to comment.