Skip to content

Commit 84352ea

Browse files
Muhammad Faraz  MaqsoodMuhammad Faraz  Maqsood
authored andcommitted
feat: minor version update & remove constraint
- bump minor version instead of patch one - remove XBlock[django]==2.0.0 constraint from test.in file as it's already in constraints.txt
1 parent 821f924 commit 84352ea

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

problem_builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.5"
1+
__version__ = "5.2.0"

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ botocore==1.37.38
1616
# via
1717
# boto3
1818
# s3transfer
19-
django==4.2.21
19+
django==4.2.22
2020
# via
2121
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2222
# -r requirements/base.in

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ distlib==0.3.9
109109
# via
110110
# -r requirements/ci.txt
111111
# virtualenv
112-
django==4.2.21
112+
django==4.2.22
113113
# via
114114
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
115115
# -r requirements/quality.txt
@@ -392,7 +392,7 @@ pyyaml==6.0.2
392392
# cookiecutter
393393
# edx-i18n-tools
394394
# xblock
395-
requests==2.32.3
395+
requests==2.32.4
396396
# via
397397
# -r requirements/quality.txt
398398
# -r requirements/workbench.txt
@@ -463,7 +463,7 @@ tomli==2.2.1
463463
# pylint
464464
# pytest
465465
# tox
466-
tomlkit==0.13.2
466+
tomlkit==0.13.3
467467
# via
468468
# -r requirements/quality.txt
469469
# pylint

requirements/quality.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ddt==1.7.2
7474
# via -r requirements/test.txt
7575
dill==0.4.0
7676
# via pylint
77-
django==4.2.21
77+
django==4.2.22
7878
# via
7979
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
8080
# -r requirements/test.txt
@@ -261,7 +261,7 @@ pyyaml==6.0.2
261261
# cookiecutter
262262
# edx-i18n-tools
263263
# xblock
264-
requests==2.32.3
264+
requests==2.32.4
265265
# via
266266
# -r requirements/test.txt
267267
# cookiecutter
@@ -308,7 +308,7 @@ tomli==2.2.1
308308
# coverage
309309
# pylint
310310
# pytest
311-
tomlkit==0.13.2
311+
tomlkit==0.13.3
312312
# via pylint
313313
types-python-dateutil==2.9.0.20241206
314314
# via

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ mock # required by the workbench
1212
ddt # data-driven tests
1313

1414
django-statici18n
15-
XBlock[django]==2.0.0
15+
XBlock[django]

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ coverage[toml]==7.6.1
4747
# via pytest-cov
4848
ddt==1.7.2
4949
# via -r requirements/test.in
50-
django==4.2.21
50+
django==4.2.22
5151
# via
5252
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
5353
# -r requirements/base.txt
@@ -177,7 +177,7 @@ pyyaml==6.0.2
177177
# cookiecutter
178178
# edx-i18n-tools
179179
# xblock
180-
requests==2.32.3
180+
requests==2.32.4
181181
# via
182182
# cookiecutter
183183
# xblock-sdk

requirements/workbench.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ coverage[toml]==7.6.1
6666
# pytest-cov
6767
ddt==1.7.2
6868
# via -r requirements/test.txt
69-
django==4.2.21
69+
django==4.2.22
7070
# via
7171
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
7272
# -r requirements/test.txt
@@ -237,7 +237,7 @@ pyyaml==6.0.2
237237
# cookiecutter
238238
# edx-i18n-tools
239239
# xblock
240-
requests==2.32.3
240+
requests==2.32.4
241241
# via
242242
# -r requirements/test.txt
243243
# -r requirements/workbench.in

0 commit comments

Comments
 (0)