Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3dc214d
build(deps): bump cryptography from 45.0.6 to 45.0.7
dependabot[bot] Sep 12, 2025
c5156f2
build(deps): bump pytest from 8.4.1 to 8.4.2
dependabot[bot] Sep 12, 2025
d853317
build(deps): bump virtualenv from 20.32.0 to 20.34.0
dependabot[bot] Sep 12, 2025
b2545f2
build(deps): bump pycparser from 2.22 to 2.23
dependabot[bot] Sep 12, 2025
3b2ed47
build(deps): bump phonenumbers from 9.0.12 to 9.0.15
dependabot[bot] Sep 29, 2025
2fc9df3
Merge pull request #130 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Sep 29, 2025
acd910f
Merge pull request #132 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Sep 29, 2025
f219b17
Merge pull request #131 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Sep 29, 2025
eef6634
Merge pull request #133 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Sep 29, 2025
e74d537
Merge branch 'pre-production' into dependabot/uv/pre-production/phone…
jacob-a-brown Sep 29, 2025
d266412
Update uv.lock
jacob-a-brown Sep 29, 2025
6d309f1
Merge pull request #154 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Sep 29, 2025
78702ef
build(deps): bump numpy from 2.3.2 to 2.3.4
dependabot[bot] Oct 23, 2025
e399889
build(deps): bump platformdirs from 4.3.8 to 4.5.0
dependabot[bot] Oct 23, 2025
9465cf5
build(deps): bump click from 8.2.1 to 8.3.0
dependabot[bot] Oct 23, 2025
a6a22ab
build(deps): bump yarl from 1.20.1 to 1.22.0
dependabot[bot] Oct 23, 2025
6290932
build(deps): bump google-cloud-storage from 3.3.0 to 3.4.1
dependabot[bot] Oct 23, 2025
84821f2
Merge pull request #200 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Oct 28, 2025
ff6006c
Merge pull request #201 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Oct 28, 2025
c74d290
Merge pull request #202 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Oct 28, 2025
4d98bd3
Merge pull request #204 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Oct 28, 2025
8f34560
Merge pull request #203 from DataIntegrationGroup/dependabot/uv/pre-p…
jacob-a-brown Oct 28, 2025
0d4a335
build(deps): bump click from 8.3.0 to 8.3.1
dependabot[bot] Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies = [
"certifi==2025.8.3",
"cffi==1.17.1",
"charset-normalizer==3.4.3",
"click==8.2.1",
"click==8.3.1",
"cloud-sql-python-connector==1.18.4",
"cryptography==45.0.6",
"cryptography==45.0.7",
"dnspython==2.7.0",
"dotenv>=0.9.9",
"email-validator==2.2.0",
Expand All @@ -36,7 +36,7 @@ dependencies = [
"google-api-core==2.25.1",
"google-auth==2.40.3",
"google-cloud-core==2.4.3",
"google-cloud-storage==3.3.0",
"google-cloud-storage==3.4.1",
"google-crc32c==1.7.1",
"google-resumable-media==2.7.2",
"googleapis-common-protos==1.70.0",
Expand All @@ -52,13 +52,13 @@ dependencies = [
"mako==1.3.10",
"markupsafe==3.0.2",
"multidict==6.6.3",
"numpy==2.3.2",
"numpy==2.3.4",
"packaging==25.0",
"pact-python>=2.3.3",
"pandas==2.3.2",
"pandas-stubs==2.3.0.250703",
"pg8000==1.31.4",
"phonenumbers==9.0.13",
"phonenumbers==9.0.15",
"pillow==11.3.0",
"pluggy==1.6.0",
"pre-commit==4.3.0",
Expand All @@ -68,14 +68,14 @@ dependencies = [
"psycopg2-binary>=2.9.10",
"pyasn1==0.6.1",
"pyasn1-modules==0.4.2",
"pycparser==2.22",
"pycparser==2.23",
"pydantic==2.11.7",
"pydantic-core==2.33.2",
"pygments==2.19.2",
"pyjwt==2.10.1",
"pyproj==3.7.2",
"pyshp==2.3.1",
"pytest==8.4.1",
"pytest==8.4.2",
"pytest-cov>=6.2.1",
"python-dateutil==2.9.0.post0",
"python-jose>=3.5.0",
Expand All @@ -98,7 +98,7 @@ dependencies = [
"tzdata==2025.2",
"urllib3==2.5.0",
"uvicorn==0.35.0",
"yarl==1.20.1",
"yarl==1.22.0",
]
[tool.alembic]

Expand Down
Loading
Loading