Skip to content

Commit

Permalink
Merge branch 'main' into feat/dropFileTypeRestriction
Browse files Browse the repository at this point in the history
  • Loading branch information
ArzelaAscoIi authored Feb 11, 2025
2 parents f578070 + 67127cc commit 58fcf06
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install prod dependencies
run: |
pip install hatch==v1.7.0
pip install hatch==v1.14.0
hatch run tools:requirements
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "The API URL for the test run"

env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
HATCH_VERSION: "v1.14.0" # keep in sync with deploy.yml

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "The API URL for the test run"

env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
HATCH_VERSION: "v1.14.0" # keep in sync with deploy.yml

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
HATCH_VERSION: "v1.14.0" # keep in sync with deploy.yml

jobs:
format-black:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
HATCH_VERSION: "v1.14.0" # keep in sync with deploy.yml

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
HATCH_VERSION: "v1.14.0" # keep in sync with deploy.yml

jobs:
deploy-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
id-token: write

env:
HATCH_VERSION: "v1.7.0" # keep in sync with continuous-integration.yml
HATCH_VERSION: "v1.14.0" # keep in sync with continuous-integration.yml

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
required: true

env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
HATCH_VERSION: "v1.14.0" # keep in sync with deploy.yml

jobs:
# the API_KEYs are stored as a secret in the repository
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Install hatch
```
pip install hatch=="v1.7.0"
pip install hatch=="v1.14.0"
```

### Install pre-commit hooks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"typer==0.12.5",
"tenacity==9.0.0",
"aiohttp==3.10.10",
"aiofiles==23.2.1",
"aiofiles==24.1.0",
"tabulate==0.9.0",
"tqdm==4.66.4",
"yaspin==3.0.0",
Expand Down

0 comments on commit 58fcf06

Please sign in to comment.