Skip to content

Commit

Permalink
fix: dateeutil updated to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Aug 2, 2023
1 parent 646b359 commit eb694eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.4.0
python-dateutil==2.8.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ loremipsum<2.0.0

# Upgrading to 2.5.3 triggered "'tzlocal' object
# has no attribute '_std_offset'" errors in production in edx-platform repo.
python-dateutil==2.4.0
python-dateutil==2.8.0

# We currently pin dateutil above because edx-platform pins dateutil.
# xblock-sdk 0.5.1 requires dateutil>2.4.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
arrow==0.15.8
arrow==1.2.3
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -429,7 +429,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
python-dateutil==2.4.0
python-dateutil==2.8.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
arrow==0.15.8
arrow==1.2.3
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -401,7 +401,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
python-dateutil==2.4.0
python-dateutil==2.8.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
arrow==0.15.8
arrow==1.2.3
# via cookiecutter
asgiref==3.7.2
# via
Expand Down Expand Up @@ -323,7 +323,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
python-dateutil==2.4.0
python-dateutil==2.8.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down

0 comments on commit eb694eb

Please sign in to comment.