Skip to content

Commit

Permalink
fix: reconcile pygments versions (#32959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber authored Aug 9, 2023
1 parent 1a688a1 commit f4f665a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ pycryptodomex==3.18.0
# lti-consumer-xblock
# pyjwkest
# snowflake-connector-python
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/edx/bundled.in
# py2neo
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ pillow==9.5.0
# edx-enterprise
# edx-organizations
# edxval
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/edx/../pip-tools.txt
pkgutil-resolve-name==1.3.10
# via
Expand Down Expand Up @@ -1470,7 +1470,7 @@ pydata-sphinx-theme==0.13.3
# via
# -r requirements/edx/doc.txt
# sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -2159,7 +2159,7 @@ webob==1.8.7
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# xblock
wheel==0.41.0
wheel==0.41.1
# via
# -r requirements/edx/../pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ pycryptodomex==3.18.0
# snowflake-connector-python
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/edx/base.txt
# accessible-pygments
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ pydantic==2.1.1
# via fastapi
pydantic-core==2.4.0
# via pydantic
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/edx/base.txt
# -r requirements/edx/coverage.txt
Expand Down

0 comments on commit f4f665a

Please sign in to comment.