Skip to content

Commit

Permalink
Merge pull request #155 from Michele-Alberti/development
Browse files Browse the repository at this point in the history
🛠️ Update dependencies
  • Loading branch information
Michele-Alberti authored Jul 14, 2024
2 parents 5a7a0c7 + 286f6bb commit 0651dec
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./docker/web/Dockerfile.web
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_build.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./docker/web/Dockerfile.web
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.21.3
rev: v3.27.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
22 changes: 11 additions & 11 deletions requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ dependencies:
- python=3.11.7
- setuptools=69.2.0
- click=8.1.7
- cryptography=42.0.5
- ipykernel=6.29.3
- ipywidgets=8.1.2
- cryptography=42.0.8
- ipykernel=6.29.5
- ipywidgets=8.1.3
- openpyxl=3.1.2
- pandas=2.2.1
- pandas=2.2.2
- passlib=1.7.4
- tenacity=8.2.3
- tqdm=4.66.2
- panel=1.4.0
- sqlalchemy=2.0.29
- psycopg=3.1.18
- sqlite=3.41.2
- tenacity=8.5.0
- tqdm=4.66.4
- panel=1.4.4
- sqlalchemy=2.0.31
- psycopg=3.2.1
- sqlite=3.45.3
- hydra-core=1.3.2
- google-cloud-storage=2.16.0
- google-cloud-storage=2.17.0
- pytesseract=0.3.10
20 changes: 10 additions & 10 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
setuptools==69.2.0
click==8.1.7
cryptography==42.0.5
ipykernel==6.29.3
ipywidgets==8.1.2
cryptography==42.0.8
ipykernel==6.29.5
ipywidgets==8.1.3
openpyxl==3.1.2
pandas==2.2.1
pandas==2.2.2
passlib==1.7.4
tenacity==8.2.3
tqdm==4.66.2
panel==1.4.0
sqlalchemy==2.0.29
psycopg==3.1.18
tenacity==8.5.0
tqdm==4.66.4
panel==1.4.4
sqlalchemy==2.0.31
psycopg==3.2.1
hydra-core==1.3.2
google-cloud-storage==2.16.0
google-cloud-storage==2.17.0
pytesseract==0.3.10

0 comments on commit 0651dec

Please sign in to comment.