Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Requirements #181

Merged
merged 3 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion edxsearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Container module for testing / demoing search """

__version__ = '4.1.2'
__version__ = '4.1.3'
7 changes: 4 additions & 3 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.3.7
# Generated by edx-lint version: 5.5.0
# ------------------------------
[MASTER]
ignore =
persistent = yes
load-plugins = edx_lint.pylint,pylint_django,pylint_celery
django-settings-module = edxsearch.settings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these changes to pylintrc be reverted?

Copy link
Contributor Author

@Ali-Salman29 Ali-Salman29 Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For local updates, we need to update pylint_tweaks and then run edx_lint write pylintrc to update the pylintrc file. Previously, I updated the file manually, but now it is updated automatically by the command.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok cool, thanks @Ali-Salman29 , I didn't know how that file was maintained :)
Good to merge 👍


[MESSAGES CONTROL]
enable =
Expand Down Expand Up @@ -286,7 +287,7 @@ disable =
feature-toggle-needs-doc,
illegal-waffle-usage,

logging-fstring-interpolation,,test-inherits-tests
logging-fstring-interpolation,,test-inherits-tests,too-many-positional-arguments

[REPORTS]
output-format = text
Expand Down Expand Up @@ -383,4 +384,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 1a9b016a2ea1ded8c5b79b0e520a5566eba73b62
# 9e4fb5bda7357aae8bdf7dc5e0b3ba6dffc9e911
5 changes: 4 additions & 1 deletion pylintrc_tweaks
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[MASTER]
django-settings-module = edxsearch.settings

[MESSAGES CONTROL]
DISABLE+= ,test-inherits-tests
DISABLE+= ,test-inherits-tests,too-many-positional-arguments
79 changes: 41 additions & 38 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.0
billiard==4.2.1
# via celery
camel-converter[pydantic]==4.0.1
# via meilisearch
celery==5.4.0
# via event-tracking
certifi==2024.7.4
certifi==2024.12.14
# via
# elasticsearch
# requests
cffi==1.16.0
cffi==1.17.1
# via pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -40,9 +40,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.0
code-annotations==2.2.0
# via edx-toggles
django==4.2.14
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -56,18 +56,20 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-toggles
edx-ccx-keys==1.3.0
dnspython==2.7.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==5.14.2
edx-django-utils==7.1.0
# via
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.10.0
edx-opaque-keys[django]==2.11.0
# via
# edx-ccx-keys
# openedx-events
Expand All @@ -79,39 +81,37 @@ elasticsearch==7.13.4
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
event-tracking==2.4.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
fastavro==1.9.5
event-tracking==3.0.0
# via -r requirements/base.in
fastavro==1.10.0
# via openedx-events
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
kombu==5.3.7
kombu==5.4.2
# via celery
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
meilisearch==0.31.5
meilisearch==0.33.1
# via -r requirements/base.in
newrelic==9.12.0
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.11.0
openedx-events==9.15.2
# via event-tracking
pbr==6.0.0
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.47
prompt-toolkit==3.0.50
# via click-repl
psutil==6.0.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.6
# via camel-converter
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pymongo==3.13.0
pymongo==4.4.0
# via
# edx-opaque-keys
# event-tracking
Expand All @@ -121,20 +121,20 @@ python-dateutil==2.9.0.post0
# via celery
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via event-tracking
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
requests==2.32.3
# via meilisearch
six==1.16.0
six==1.17.0
# via
# edx-ccx-keys
# event-tracking
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.3
# via django
stevedore==5.2.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -146,10 +146,13 @@ typing-extensions==4.12.2
# edx-opaque-keys
# pydantic
# pydantic-core
tzdata==2024.1
# via celery
urllib3==1.26.19
tzdata==2025.1
# via
# celery
# kombu
urllib3==1.26.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# elasticsearch
# requests
vine==5.1.0
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.15.4
filelock==3.17.0
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.9.0
# via tox
tox==4.16.0
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.29.1
# via tox
Loading
Loading