Skip to content

Commit

Permalink
Merge branch 'main' into maint/pip-tools-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp authored May 28, 2024
2 parents 37a438e + 2d284cc commit c838ee9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.4
rev: v0.4.5
hooks:
# Run the linter.
- id: ruff
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ django==4.2.13
# django-debug-toolbar
# django-stubs
# django-stubs-ext
django-debug-toolbar==4.3.0
django-debug-toolbar==4.4.1
# via -r requirements/dev-requirements.in
django-stubs==4.2.7
# via -r requirements/dev-requirements.in
Expand Down Expand Up @@ -149,7 +149,7 @@ requests==2.31.0
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# sphinx
ruff==0.4.4
ruff==0.4.5
# via -r requirements/dev-requirements.in
six==1.16.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via
# -c requirements/requirements.txt
# requests
coverage[toml]==7.5.1
coverage[toml]==7.5.2
# via
# -r requirements/test-requirements.in
# django-coverage-plugin
Expand Down Expand Up @@ -42,7 +42,7 @@ packaging==23.2
# pytest-sugar
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test-requirements.in
# pytest-cov
Expand Down Expand Up @@ -78,7 +78,7 @@ tomli==2.0.1
# -c requirements/requirements.txt
# coverage
# pytest
types-requests==2.31.0.20240406
types-requests==2.32.0.20240523
# via -r requirements/test-requirements.in
typing-extensions==4.8.0
# via
Expand Down

0 comments on commit c838ee9

Please sign in to comment.