Skip to content

Commit

Permalink
Merge branch 'master' into python-vers
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Feb 19, 2024
2 parents df74ce6 + dbe0126 commit a20c03a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
# via -r requirements/base.in
social-auth-core==4.5.2
social-auth-core==4.5.3
# via
# -r requirements/base.in
# social-auth-app-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -245,7 +245,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/test.txt
social-auth-core==4.5.2
social-auth-core==4.5.3
# via
# -r requirements/test.txt
# social-auth-app-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# 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 @@ -142,7 +142,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
python3-openid==3.2.0
# via
Expand Down Expand Up @@ -174,7 +174,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/base.txt
social-auth-core==4.5.2
social-auth-core==4.5.3
# via
# -r requirements/base.txt
# social-auth-app-django
Expand Down

0 comments on commit a20c03a

Please sign in to comment.