Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump ruff from 0.6.2 to 0.6.3 in the production-dependencies group #2179

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .hatch/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
4 changes: 2 additions & 2 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - mypy==1.11.2
# - pandas-stubs==2.2.2.240807
# - pydantic==2.8.2
# - ruff==0.6.2
# - ruff==0.6.3
# - types-appdirs==1.4.3.5
# - types-chevron==0.14.2.20240310
# - types-pytz==2024.1.0.20240417
Expand Down Expand Up @@ -235,7 +235,7 @@ ruamel-yaml==0.18.6
# via ansible-lint
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.6.2
ruff==0.6.3
# via hatch.envs.lint
subprocess-tee==0.4.2
# via
Expand Down
4 changes: 2 additions & 2 deletions .hatch/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# [constraints] .hatch/requirements.txt (SHA256: 30ac5f207e4be0d5d72da1bd05a4ddfc74a30d7232eff22fc56117c735101fd5)
# [constraints] .hatch/requirements.txt (SHA256: 6fc3384d70e2398ec8bf13c97bbb52f561f0a65ddd18d90f81f7d7dd20a209d7)
#
# - appdirs==1.4.4
# - azure-core==1.30.2
Expand Down Expand Up @@ -158,7 +158,7 @@ azure-storage-file-share==12.17.0
# via
# -c .hatch/requirements.txt
# hatch.envs.test
certifi==2024.7.4
certifi==2024.8.30
# via
# -c .hatch/requirements.txt
# msrest
Expand Down
2 changes: 1 addition & 1 deletion .hatch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ azure-storage-file-datalake==12.16.0
# via hatch.envs.default
azure-storage-file-share==12.17.0
# via hatch.envs.default
certifi==2024.7.4
certifi==2024.8.30
# via
# msrest
# requests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lint = [
"mypy==1.11.2",
"pandas-stubs==2.2.2.240807",
"pydantic==2.8.2",
"ruff==0.6.2",
"ruff==0.6.3",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.1.0.20240417",
Expand Down