Skip to content

Commit

Permalink
Merge pull request #141 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-551eece

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 9, 2024
2 parents 551eece + 42e5eab commit ba414de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.14.0
# via
# -r requirements/base.in
# enmerkar
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ coverage[toml]==7.4.1
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -49,7 +49,7 @@ jinja2==3.1.3
# via sphinx
markey==0.8
# via -r requirements/base.in
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ coverage[toml]==7.4.1
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -49,7 +49,7 @@ jinja2==3.1.3
# via sphinx
markey==0.8
# via -r requirements/base.in
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jinja2==3.1.3
# via sphinx
markey==0.8
# via -r requirements/base.in
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
Expand Down

0 comments on commit ba414de

Please sign in to comment.