Skip to content

Commit

Permalink
chore(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent f527583 commit 788f4b5
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tf-plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
- name: Save Artifact
id: save-artifact
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: ${{ inputs.pr_id }}-${{ steps.get-tf-dir.outputs.tf_dir }}-tf-plan
path: ${{ inputs.terraform_directory }}/tfplan
Expand Down
6 changes: 3 additions & 3 deletions backend/data_tools/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cfenv = "==0.5.3"
typing-extensions = "==4.12.2"
desert = "2022.9.22"
sqlalchemy-continuum = "==1.4.2"
marshmallow-sqlalchemy = "==1.0.0"
marshmallow-sqlalchemy = "==1.1.0"
marshmallow-enum = "==1.5.1"
alembic = "==1.13.2"
alembic-postgresql-enum = "==1.3.0"
Expand All @@ -22,12 +22,12 @@ nox = "==2024.4.15"
flake8 = "==7.1.1"
flake8-black = "==0.3.6"
flake8-import-order = "==0.18.2"
flake8-bugbear = "==24.4.26"
flake8-bugbear = "==24.8.19"
flake8-bandit = "==4.1.1"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-mock = "==3.14.0"
ipython = "==8.26.0"
ipython = "==8.27.0"
pytest-docker = {extras = ["docker-compose-v2"], version = "==3.1.1"}
black = {extras = ["d"], version = "==24.8.0"}

Expand Down
28 changes: 14 additions & 14 deletions backend/data_tools/Pipfile.lock

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

6 changes: 3 additions & 3 deletions backend/ops_api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ desert = "==2022.9.22"
marshmallow-enum = "==1.5.1"
marshmallow-dataclass = "==8.7.1"
sqlalchemy-continuum = "==1.4.2"
marshmallow-sqlalchemy = "==1.0.0"
marshmallow-sqlalchemy = "==1.1.0"
azure-storage-blob = "==12.22.0"
azure-identity = "==1.17.1"
alembic = "==1.13.2"
Expand All @@ -30,15 +30,15 @@ flake8 = "==7.1.1"
isort = "==5.13.2"
pytest = "==8.3.3"
nox = "==2024.4.15"
ipython = "==8.26.0"
ipython = "==8.27.0"
pytest-flask = "==1.3.0"
black = {extras = ["d"], version = "==24.8.0"}
flake8-black = "==0.3.6"
pytest-cov = "==5.0.0"
pytest-docker = {extras = ["docker-compose-v2"], version = "==3.1.1"}
pytest-mock = "==3.14.0"
pytest-bdd = "==7.2.0"
numpy = "==2.0.1"
numpy = "==2.1.1"

[requires]
python_version = "3.12"
124 changes: 66 additions & 58 deletions backend/ops_api/Pipfile.lock

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

Binary file modified frontend/bun.lockb
Binary file not shown.
Loading

0 comments on commit 788f4b5

Please sign in to comment.