Skip to content

Commit

Permalink
Merge pull request #458 from crocs-muni/dependabot/pip/requirements/a…
Browse files Browse the repository at this point in the history
…iohttp-3.10.11

chore(deps): bump aiohttp from 3.10.2 to 3.10.11 in /requirements
  • Loading branch information
adamjanovsky authored Nov 19, 2024
2 parents 52e5851 + 83b10db commit e7e69ba
Show file tree
Hide file tree
Showing 10 changed files with 217 additions and 150 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.7.4
hooks:
- id: ruff
- id: ruff-format
args: ["--check"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.13.0"
hooks:
- id: mypy
additional_dependencies:
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@

[project.optional-dependencies]
dev = [
"ruff==0.2.2",
"mypy==1.8.0",
"ruff==0.7.4",
"mypy==1.13.0",
"types-PyYAML",
"types-python-dateutil",
"types-requests",
Expand Down Expand Up @@ -119,6 +119,7 @@
src = ["src", "tests"]
line-length = 120
target-version = "py310"
extend-exclude = ["*.ipynb"]

[tool.ruff.lint.mccabe]
max-complexity = 10
Expand Down
22 changes: 16 additions & 6 deletions requirements/all_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.11
# via
# datasets
# fsspec
Expand Down Expand Up @@ -114,6 +114,8 @@ datasets==2.15.0
# setfit
datashader==0.16.0
# via umap-learn
dateparser==1.2.0
# via sec-certs (./../pyproject.toml)
debugpy==1.8.0
# via ipykernel
decorator==5.1.1
Expand Down Expand Up @@ -309,7 +311,7 @@ murmurhash==1.0.10
# preshed
# spacy
# thinc
mypy==1.8.0
mypy==1.13.0
# via sec-certs (./../pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -467,6 +469,8 @@ preshed==3.0.9
# thinc
prompt-toolkit==3.0.41
# via ipython
propcache==0.2.0
# via yarl
psutil==5.9.6
# via
# ipykernel
Expand Down Expand Up @@ -535,14 +539,17 @@ pytest-profiling==1.7.0
# via sec-certs (./../pyproject.toml)
python-dateutil==2.8.2
# via
# dateparser
# jupyter-client
# matplotlib
# pandas
# sec-certs (./../pyproject.toml)
python-dotenv==1.0.0
# via pydantic-settings
pytz==2023.3.post1
# via pandas
# via
# dateparser
# pandas
pyviz-comms==3.0.0
# via
# holoviews
Expand Down Expand Up @@ -572,6 +579,7 @@ referencing==0.31.0
# jsonschema-specifications
regex==2023.10.3
# via
# dateparser
# nltk
# transformers
requests==2.32.0
Expand All @@ -596,7 +604,7 @@ rpds-py==0.13.1
# via
# jsonschema
# referencing
ruff==0.2.2
ruff==0.7.4
# via sec-certs (./../pyproject.toml)
safetensors==0.4.5
# via transformers
Expand Down Expand Up @@ -728,7 +736,7 @@ toolz==0.12.0
# dask
# datashader
# partd
torch==2.2.0
torch==2.1.1
# via
# sentence-transformers
# torchvision
Expand Down Expand Up @@ -792,6 +800,8 @@ typing-extensions==4.8.0
# typer
tzdata==2023.3
# via pandas
tzlocal==5.2
# via dateparser
uc-micro-py==1.0.2
# via linkify-it-py
umap-learn[plot]==0.5.5
Expand Down Expand Up @@ -834,7 +844,7 @@ xyzservices==2023.10.1
# via
# bokeh
# panel
yarl==1.9.3
yarl==1.17.2
# via aiohttp
zipp==3.19.1
# via importlib-metadata
Expand Down
Loading

0 comments on commit e7e69ba

Please sign in to comment.