diff --git a/pyproject.toml b/pyproject.toml index f5b09e2..7883c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "onboardapis" description = "A pure Python wrapper for the on-board APIs of many different transportation providers." -version = "2.0.0rc4" +version = "2.0.0" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8" keywords = [ @@ -18,11 +18,11 @@ authors = [ { name = "Felix Zenk", email = "felix.zenk@web.de" }, ] dependencies = [ - "geopy>=2.3.0", + "geopy>=2.4.1", "gql[all]>=3.5.0", "restfly>=1.4.7", - "requests>=2.31.0", - "beautifulsoup4>=4.12.2", + "requests>=2.32.3", + "beautifulsoup4>=4.12.3", "deprecation>=2.1.0", ] classifiers = [ @@ -48,8 +48,6 @@ dev = [ "build>=1.2.1", "pytest>=8.2.0", "pytest-cov>=5.0.0", - "testcontainers>=3.7.1", - "wiremock[testing]>=2.6.1", ] [project.urls]