Skip to content

Commit

Permalink
Merge branch 'master' into fix/attribute-to-be-added-from-parent-a-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 authored Nov 25, 2024
2 parents 386e024 + c30c490 commit bdb2afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.21.0'
rev: '1.22.1'
hooks:
- id: django-upgrade
args: [--target-version, "4.0"]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tabulate==0.9.0
# via docstrfmt
toml==0.10.2
# via docstrfmt
tornado==6.4.1
tornado==6.4.2
# via livereload
typing-extensions==4.9.0
# via
Expand Down

0 comments on commit bdb2afb

Please sign in to comment.