Skip to content

Commit

Permalink
fix: remove pylint constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 10, 2024
1 parent f2ea3e5 commit 2368a2a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 26 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.15
# via
# boto3
# s3transfer
Expand Down
4 changes: 0 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ elasticsearch < 7.14.0
# elasticsearch-dsl depends on elasticsearch >=7.8.0,<8.0.0
elasticsearch-dsl>=7.2.1,<8.0.0

# Use same version of edx-lint
pylint==2.4.4
pylint-django==2.0.11

# botocore 1.35.14 has requirement urllib3<1.27,>=1.25.4; python_version < "3.10"
urllib3<2.0.0

Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.15
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.15
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.15
# via
# boto3
# s3transfer
Expand Down
27 changes: 13 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-countries
astroid==2.3.3
astroid==3.2.4
# via pylint
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.15
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -47,6 +47,8 @@ ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
# via -r requirements/test.in
dill==0.3.8
# via pylint
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -155,7 +157,7 @@ inflection==0.5.1
# via drf-yasg
iniconfig==2.0.0
# via pytest
isort==4.3.21
isort==5.13.2
# via pylint
itypes==1.2.0
# via coreapi
Expand All @@ -167,13 +169,11 @@ jmespath==1.0.1
# via
# boto3
# botocore
lazy-object-proxy==1.4.3
# via astroid
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
# via jinja2
mccabe==0.6.1
mccabe==0.7.0
# via pylint
mysql-connector-python==9.0.0
# via edx-enterprise-data
Expand All @@ -193,6 +193,8 @@ pandas==2.0.3
# via edx-enterprise-data
pbr==6.1.0
# via stevedore
platformdirs==4.3.2
# via pylint
pluggy==1.5.0
# via
# diff-cover
Expand All @@ -212,10 +214,8 @@ pyjwt[crypto]==2.9.0
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pylint==2.4.4
# via
# -c requirements/constraints.txt
# -r requirements/test.in
pylint==3.2.7
# via -r requirements/test.in
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.8.0
Expand Down Expand Up @@ -265,7 +265,6 @@ semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via
# astroid
# edx-ccx-keys
# edx-django-release-util
# edx-rbac
Expand All @@ -279,6 +278,8 @@ stevedore==5.3.0
# via
# edx-django-utils
# edx-opaque-keys
tomlkit==0.13.2
# via pylint
tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
Expand All @@ -300,8 +301,6 @@ urllib3==1.26.20
# responses
webencodings==0.5.1
# via html5lib
wrapt==1.11.2
# via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 2368a2a

Please sign in to comment.