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 with latest code-annotations version #435

Merged
merged 1 commit into from
Dec 13, 2024
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 requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-opaque-keys[django]==2.11.0
# edx-ccx-keys
fastavro==1.9.7
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations @ git+https://github.com/eduNEXT/code-annotations.git@MJG/event-warning
code-annotations==2.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -194,7 +194,7 @@ more-itertools==10.5.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ click==8.1.7
# code-annotations
# edx-django-utils
# uvicorn
code-annotations @ git+https://github.com/eduNEXT/code-annotations.git@MJG/event-warning
code-annotations==2.1.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
Expand Down Expand Up @@ -136,7 +136,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations @ git+https://github.com/eduNEXT/code-annotations.git@MJG/event-warning
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -126,7 +126,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
ddt # A library to multiply test cases
pytest-cov # pytest extension for code coverage statistics
pytest-django # pytest extension for better Django support
git+https://github.com/eduNEXT/code-annotations.git@MJG/event-warning
code-annotations
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ click==8.1.7
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations @ git+https://github.com/eduNEXT/code-annotations.git@MJG/event-warning
code-annotations==2.1.0
# via -r requirements/test.in
coverage[toml]==7.6.9
# via pytest-cov
Expand Down Expand Up @@ -59,7 +59,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
Loading