Skip to content

Commit

Permalink
Bump pylint from 2.13.9 to 3.2.7
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.13.9 to 3.2.7.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.13.9...v3.2.7)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 2b88c77 commit 00c9e19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip-tools~=6.6.2
PyMySQL==1.1.1
pyGravatar==0.0.6
git+https://github.com/maxcountryman/flask-uploads@master
pylint~=2.13.9
pylint~=3.2.7
Pillow==10.3.0
requests~=2.32.2
sentry-sdk[flask]~=1.5.12
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.12
# via oic
alembic==1.7.7
# via flask-migrate
astroid==2.11.5
astroid==3.2.4
# via pylint
attrs==21.4.0
# via ddtrace
Expand Down Expand Up @@ -79,8 +79,6 @@ itsdangerous==1.1.0
# via flask
jinja2==2.11.3
# via flask
lazy-object-proxy==1.7.1
# via astroid
mako==1.2.2
# via
# alembic
Expand Down Expand Up @@ -126,7 +124,7 @@ pygravatar==0.0.6
# via -r requirements.in
pyjwkest==1.4.2
# via oic
pylint==2.13.9
pylint==3.2.7
# via -r requirements.in
pymysql==1.1.1
# via -r requirements.in
Expand Down Expand Up @@ -161,6 +159,8 @@ tomli==2.0.1
# via
# pep517
# pylint
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# astroid
Expand All @@ -175,8 +175,6 @@ werkzeug==1.0.1
# flask
wheel==0.38.1
# via pip-tools
wrapt==1.14.1
# via astroid

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 00c9e19

Please sign in to comment.