Skip to content

Commit 767968d

Browse files
Bump pylint from 3.2.7 to 3.3.1
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a4853d commit 767968d

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip-tools~=6.6.2
1010
PyMySQL==1.1.1
1111
pyGravatar==0.0.6
1212
git+https://github.com/maxcountryman/flask-uploads@master
13-
pylint~=3.2.7
13+
pylint~=3.3.1
1414
Pillow==10.3.0
1515
requests~=2.32.3
1616
sentry-sdk[flask]~=2.14.0

requirements.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alembic==1.13.3
88
# via flask-migrate
99
annotated-types==0.7.0
1010
# via pydantic
11-
astroid==3.2.4
11+
astroid==3.3.5
1212
# via pylint
1313
blinker==1.4
1414
# via sentry-sdk
@@ -28,7 +28,7 @@ click==7.1.2
2828
# pip-tools
2929
cryptography==43.0.1
3030
# via oic
31-
csh-ldap==2.4.0
31+
csh-ldap @ git+https://github.com/Qelxiros/csh_ldap@master
3232
# via -r requirements.in
3333
ddtrace==2.13.0
3434
# via -r requirements.in
@@ -112,11 +112,7 @@ platformdirs==2.5.2
112112
protobuf==3.20.2
113113
# via ddtrace
114114
pyasn1==0.4.8
115-
# via
116-
# pyasn1-modules
117-
# python-ldap
118-
pyasn1-modules==0.2.8
119-
# via python-ldap
115+
# via python3-ldap
120116
pycparser==2.21
121117
# via cffi
122118
pycryptodomex==3.19.1
@@ -133,15 +129,15 @@ pygravatar==0.0.6
133129
# via -r requirements.in
134130
pyjwkest==1.4.2
135131
# via oic
136-
pylint==3.2.7
132+
pylint==3.3.1
137133
# via -r requirements.in
138134
pymysql==1.1.1
139135
# via -r requirements.in
140136
pyparsing==3.0.9
141137
# via packaging
142138
python-dotenv==1.0.1
143139
# via pydantic-settings
144-
python-ldap==3.4.0
140+
python3-ldap==0.9.8.4
145141
# via csh-ldap
146142
requests==2.32.3
147143
# via

0 commit comments

Comments
 (0)