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

Lock file maintenance #4179

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
commit 2776e0537bc9b83305124e737596d715dfbc3332
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ requests==2.32.3
rich==13.9.4
rpds-py==0.22.3
rpyc==6.0.1
ruff==0.9.1
ruff==0.9.2
setuptools==75.7.0
sgmllib3k==1.0.0
six==1.17.0
Expand All @@ -96,11 +96,11 @@ tzdata==2024.2
tzlocal==5.2
urllib3==1.26.20
vcrpy==7.0.0
virtualenv==20.28.1
virtualenv==20.29.1
webencodings==0.5.1
werkzeug==3.1.3
win32-setctime==1.2.0 ; sys_platform == 'win32'
wrapt==1.17.1
wrapt==1.17.2
yarl==1.18.3
zc-lockfile==3.0.post1
zipp==3.21.0 ; python_full_version < '3.10'
Expand Down
Loading