Skip to content

Commit

Permalink
chore(deps): lockfile maintenance (#1260)
Browse files Browse the repository at this point in the history
* lockfile maintenance

* fixed pyyamls version not being accpeted
  • Loading branch information
CommanderStorm authored Jun 29, 2024
1 parent 9172cb0 commit 74d5b93
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ repos:
- id: python-check-blanket-noqa
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.5.0
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: [ "-c", "pyproject.toml" ]
Expand Down
26 changes: 13 additions & 13 deletions data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
backoff~=2.2.1
beautifulsoup4~=4.12.2
defusedxml~=0.7.1
lxml~=5.2.0
numba~=0.60.0
Pillow~=10.3.0
pydantic~=2.7.0
pyyaml~=6.0
requests~=2.32.2
requests-oauthlib~=2.0.0
ruamel.yaml~=0.18.5
tqdm~=4.66.0
utm~=0.7.0
backoff==2.2.1
beautifulsoup4==4.12.2
defusedxml==0.7.1
lxml==5.2.0
numba==0.60.0
Pillow==10.3.0
pydantic==2.7.0
pyyaml==6.0.1
requests==2.32.2
requests-oauthlib==2.0.0
ruamel.yaml==0.18.5
tqdm==4.66.0
utm==0.7.0
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mypy~=1.10.0
pre-commit~=3.7.0
pytest~=8.2.0
ruff~=0.5.0
types-Pillow~=10.2.0.20240111
types-PyYAML~=6.0.12.10
types-requests~=2.32.0.20240521
types-termcolor~=1.1.6.2
mypy==1.10.0
pre-commit==3.7.0
pytest==8.2.0
ruff==0.5.0
types-Pillow==10.2.0.20240111
types-PyYAML==6.0.12.10
types-requests==2.32.0.20240521
types-termcolor==1.1.6.2
Loading

0 comments on commit 74d5b93

Please sign in to comment.