Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
⬆️ chore(deps): Update deps (#229)
Browse files Browse the repository at this point in the history
  • Updating attrs (22.1.0 -> 22.2.0)
  • Updating charset-normalizer (2.1.1 -> 3.0.1)
  • Updating urllib3 (1.26.13 -> 1.26.14)
  • Updating packaging (22.0 -> 23.0)
  • Updating requests (2.28.1 -> 2.28.2)
  • Updating setuptools (65.6.3 -> 67.2.0)
  • Updating cryptography (38.0.4 -> 39.0.1)
  • Updating filelock (3.8.2 -> 3.9.0)
  • Updating iniconfig (1.1.1 -> 2.0.0)
  • Updating numpy (1.24.0 -> 1.24.2)
  • Updating pydantic (1.10.3 -> 1.10.4)
  • Updating selenium (4.7.2 -> 4.8.0)
  • Updating contourpy (1.0.6 -> 1.0.7)
  • Updating coverage (7.0.0 -> 7.1.0)
  • Updating markupsafe (2.1.1 -> 2.1.2)
  • Updating mypy-extensions (0.4.3 -> 1.0.0)
  • Updating pathspec (0.10.3 -> 0.11.0)
  • Updating pillow (9.3.0 -> 9.4.0)
  • Updating platformdirs (2.6.0 -> 3.0.0)
  • Updating pyopenssl (22.1.0 -> 23.0.0)
  • Updating pytest (7.2.0 -> 7.2.1)
  • Updating pytz (2022.7 -> 2022.7.1)
  • Updating undetected-chromedriver (3.1.7 -> 3.4.5)
  • Updating black (22.12.0 -> 23.1.0)
  • Updating ecoindex-scraper (2.13.0 -> 2.14.0)
  • Updating matplotlib (3.6.2 -> 3.6.3)
  • Updating pandas (1.5.2 -> 1.5.3)
  • Updating scrapy (2.7.1 -> 2.8.0)
  • Loading branch information
vvatelot authored Feb 10, 2023
1 parent 9306766 commit 3992344
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.15
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: "3.10"
2 changes: 1 addition & 1 deletion ecoindex_cli/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def analyze(
if logger_file:
log = Logger(filename=logger_file)

except (ValidationError) as e:
except ValidationError as e:
secho(str(e), fg=colors.RED)
raise Exit(code=1)

Expand Down
Loading

0 comments on commit 3992344

Please sign in to comment.