Skip to content

Commit

Permalink
Merge branch 'master' into rpenido/fal-4033-skip-saving-field-if-no-s…
Browse files Browse the repository at this point in the history
…cope-mapping
  • Loading branch information
rpenido committed Feb 4, 2025
2 parents a210a00 + 03251b2 commit 3426a49
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ markupsafe==3.0.2
# mako
pbr==6.1.0
# via stevedore
pymongo==4.10.1
pymongo==4.11
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via -r requirements/base.in
pytz==2024.2
pytz==2025.1
# via -r requirements/base.in
pyyaml==6.0.2
# via -r requirements/base.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.36.6
boto3==1.36.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ coverage[toml]==7.6.10
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.1
diff-cover==9.2.2
# via -r requirements/test.txt
dill==0.3.9
# via
Expand Down Expand Up @@ -112,13 +112,13 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.124.7
hypothesis==6.124.9
# via -r requirements/test.txt
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -188,7 +188,7 @@ pygments==2.19.1
# via
# -r requirements/test.txt
# diff-cover
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -208,7 +208,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -239,7 +239,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.2
pytz==2025.1
# via -r requirements/test.txt
pyyaml==6.0.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.36.6
boto3==1.36.11
# via fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -54,15 +54,15 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/base.txt
# edx-opaque-keys
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# botocore
pytz==2024.2
pytz==2025.1
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.36.6
boto3==1.36.11
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand Down Expand Up @@ -98,15 +98,15 @@ pygments==2.19.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/django.txt
# edx-opaque-keys
python-dateutil==2.9.0.post0
# via
# -r requirements/django.txt
# botocore
pytz==2024.2
pytz==2025.1
# via -r requirements/django.txt
pyyaml==6.0.2
# via -r requirements/django.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.8
# pylint-celery
attrs==25.1.0
# via hypothesis
boto3==1.36.6
boto3==1.36.11
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -51,7 +51,7 @@ coverage[toml]==7.6.10
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.1
diff-cover==9.2.2
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -82,11 +82,11 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.124.7
hypothesis==6.124.9
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
isort==6.0.0
# via pylint
jinja2==3.1.5
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.19.1
# via diff-cover
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand All @@ -175,7 +175,7 @@ python-dateutil==2.9.0.post0
# botocore
python-slugify==8.0.4
# via code-annotations
pytz==2024.2
pytz==2025.1
# via -r requirements/django.txt
pyyaml==6.0.2
# via
Expand Down

0 comments on commit 3426a49

Please sign in to comment.