Skip to content

Commit

Permalink
align versions with api
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Nov 22, 2024
1 parent f03171c commit ee7b287
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
48 changes: 24 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"boto3>=1.20.25",
"cachetools>=5.5.0",
"cachetools>=4.1.1",
"cerberus>=1.3.5",
"codecov-ribs>=0.1.18",
"colour>=0.1.5",
"cryptography>=43.0.3",
"cryptography>=43.0.1",
"django-better-admin-arrayfield>=1.4.2",
"django-model-utils>=5.0.0",
"django-model-utils>=4.5.1",
"django-postgres-extra>=2.0.8",
"django-prometheus>=2.3.1",
"django<5",
"google-auth>=2.36.0",
"google-cloud-pubsub>=2.27.1",
"google-auth>=2.21.0",
"google-cloud-pubsub>=2.18.4",
"google-cloud-storage>=2.18.2",
"httpx>=0.23.0",
"ijson>=3.3.0",
"minio>=7.2.10",
"mmh3>=5.0.1",
"oauthlib>=3.2.2",
"orjson>=3.10.11",
"prometheus-client>=0.21.0",
"pyjwt>=2.9.0",
"pyparsing>=3.2.0",
"ijson>=3.2.3",
"minio>=7.1.13",
"mmh3>=4.0.1",
"oauthlib>=3.1.0",
"orjson>=3.10.9",
"prometheus-client>=0.17.1",
"pyjwt>=2.8.0",
"pyparsing>=2.4.7",
"python-redis-lock>=4.0.0",
"pyyaml>=6.0.2",
"redis>=5.2.0",
"pyyaml>=6.0.1",
"redis>=4.4.4",
"requests>=2.32.3",
"sentry-sdk==2.13.0",
"sqlalchemy<2",
Expand All @@ -42,22 +42,22 @@ build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = [
"factory-boy>=3.3.1",
"freezegun>=1.5.1",
"factory-boy>=3.2.0",
"freezegun>=1.1.0",
"mock>=5.1.0",
"mypy>=1.13.0",
"pre-commit>=4.0.1",
"psycopg2-binary>=2.9.10",
"pytest-asyncio>=0.24.0",
"pytest-cov>=6.0.0",
"pytest-django>=4.9.0",
"pre-commit>=2.11.1",
"psycopg2-binary>=2.9.2",
"pytest-asyncio>=0.23.6",
"pytest-cov>=5.0.0",
"pytest-django>=4.8.0",
"pytest-mock>=3.14.0",
"pytest>=8.3.3",
"pytest>=8.1.1",
"respx>=0.21.1",
"ruff>=0.7.3",
"types-mock>=5.1.0.20240425",
# NOTE: some weird interaction between existing `vcrpy` snapshots and the way
# `oauth2` / `minio` deal with requests forces us to downgrade `urllib3`:
"urllib3==1.26.19",
"vcrpy>=6.0.2",
"vcrpy>=6.0.1",
]
48 changes: 24 additions & 24 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee7b287

Please sign in to comment.