Skip to content

Commit

Permalink
chore: upgrade requirements with latest code-annotations version (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored Dec 13, 2024
1 parent 9be965f commit 41c927e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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

0 comments on commit 41c927e

Please sign in to comment.