Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/production-dependencies-fb…
Browse files Browse the repository at this point in the history
…728e17b1
  • Loading branch information
craddm authored Sep 9, 2024
2 parents 94a01ff + 78c320c commit 774c70c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - black==24.8.0
# - mypy==1.11.2
# - pandas-stubs==2.2.2.240807
# - pydantic==2.9.0
# - pydantic==2.9.1
# - ruff==0.6.4
# - types-appdirs==1.4.3.5
# - types-chevron==0.14.2.20240310
Expand Down Expand Up @@ -180,9 +180,9 @@ ptyprocess==0.7.0
# via pexpect
pycparser==2.22
# via cffi
pydantic==2.9.0
pydantic==2.9.1
# via hatch.envs.lint
pydantic-core==2.23.2
pydantic-core==2.23.3
# via pydantic
pygments==2.18.0
# via rich
Expand Down
6 changes: 3 additions & 3 deletions .hatch/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# - pulumi-azure-native==2.59.0
# - pulumi-random==4.16.4
# - pulumi==3.131.0
# - pydantic==2.9.0
# - pydantic==2.9.1
# - pyjwt[crypto]==2.9.0
# - pytz==2024.1
# - pyyaml==6.0.2
Expand Down Expand Up @@ -303,11 +303,11 @@ pycparser==2.22
# via
# -c .hatch/requirements.txt
# cffi
pydantic==2.9.0
pydantic==2.9.1
# via
# -c .hatch/requirements.txt
# hatch.envs.test
pydantic-core==2.23.2
pydantic-core==2.23.3
# via
# -c .hatch/requirements.txt
# pydantic
Expand Down
6 changes: 3 additions & 3 deletions .hatch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# - pulumi-azure-native==2.59.0
# - pulumi-random==4.16.4
# - pulumi==3.131.0
# - pydantic==2.9.0
# - pydantic==2.9.1
# - pyjwt[crypto]==2.9.0
# - pytz==2024.1
# - pyyaml==6.0.2
Expand Down Expand Up @@ -197,9 +197,9 @@ pulumi-random==4.16.4
# via hatch.envs.default
pycparser==2.22
# via cffi
pydantic==2.9.0
pydantic==2.9.1
# via hatch.envs.default
pydantic-core==2.23.2
pydantic-core==2.23.3
# via pydantic
pygments==2.18.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"pulumi-azure-native==2.59.0",
"pulumi-random==4.16.4",
"pulumi==3.131.0",
"pydantic==2.9.0",
"pydantic==2.9.1",
"pyjwt[crypto]==2.9.0",
"pytz==2024.1",
"pyyaml==6.0.2",
Expand Down Expand Up @@ -77,7 +77,7 @@ lint = [
"black==24.8.0",
"mypy==1.11.2",
"pandas-stubs==2.2.2.240807",
"pydantic==2.9.0",
"pydantic==2.9.1",
"ruff==0.6.4",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
Expand Down

0 comments on commit 774c70c

Please sign in to comment.