diff --git a/poetry.lock b/poetry.lock index 8d3d033..500d83d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -462,13 +462,13 @@ all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)" [[package]] name = "fastf1" -version = "3.3.4" +version = "3.3.5" description = "Python package for accessing and analyzing Formula 1 results, schedules, timing data and telemetry." optional = false python-versions = ">=3.8" files = [ - {file = "fastf1-3.3.4-py3-none-any.whl", hash = "sha256:cceaa97b0fbbc8aff3e19ac88cbac0313311803d17ad9df8bd0d0e91ff4eac1a"}, - {file = "fastf1-3.3.4.tar.gz", hash = "sha256:aeabe60bf7540a968b70b797bc414e1368d49d1e6a3596219fb73e7f11438e62"}, + {file = "fastf1-3.3.5-py3-none-any.whl", hash = "sha256:d1d0dc97a113d1348bb37fdd4e3954d7679d3de59655ff9a107224ef51a9ccaa"}, + {file = "fastf1-3.3.5.tar.gz", hash = "sha256:ed9e200b3d863afeb817fa428991af305663b46d958f8485fd17bf5002c60884"}, ] [package.dependencies] @@ -2351,4 +2351,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4cbe6df353ff5969294978894188fb7da13a04b0bf131221512c123ab14ef3c3" +content-hash = "0e6deb88b5906cc914aead69ba55e38faea0ff55682f6cdaa1c5790d53ad8fa7" diff --git a/pyproject.toml b/pyproject.toml index 2b3827d..1d9f2d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" # Main dependencies (required by application) [tool.poetry.dependencies] fastapi = "^0.110.2" -fastf1 = "3.3.4" +fastf1 = "3.3.5" newrelic = "^9.9.0" python = "^3.12" python-dotenv = "^1.0.1"