Skip to content

Commit dbe0126

Browse files
chore: Updating Python Requirements (#298)
1 parent c693546 commit dbe0126

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ six==1.16.0
5252
# via -r requirements/base.in
5353
social-auth-app-django==5.4.0
5454
# via -r requirements/base.in
55-
social-auth-core==4.5.2
55+
social-auth-core==4.5.3
5656
# via
5757
# -r requirements/base.in
5858
# social-auth-app-django

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pytest-cov==4.1.0
209209
# via -r requirements/test.txt
210210
pytest-django==4.8.0
211211
# via -r requirements/test.txt
212-
python-slugify==8.0.3
212+
python-slugify==8.0.4
213213
# via
214214
# -r requirements/test.txt
215215
# code-annotations
@@ -245,7 +245,7 @@ six==1.16.0
245245
# unittest2
246246
social-auth-app-django==5.4.0
247247
# via -r requirements/test.txt
248-
social-auth-core==4.5.2
248+
social-auth-core==4.5.3
249249
# via
250250
# -r requirements/test.txt
251251
# social-auth-app-django

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wheel==0.42.0
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.0
1212
# via -r requirements/pip.in
13-
setuptools==69.0.3
13+
setuptools==69.1.0
1414
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pytest-cov==4.1.0
142142
# via -r requirements/test.in
143143
pytest-django==4.8.0
144144
# via -r requirements/test.in
145-
python-slugify==8.0.3
145+
python-slugify==8.0.4
146146
# via code-annotations
147147
python3-openid==3.2.0
148148
# via
@@ -174,7 +174,7 @@ six==1.16.0
174174
# unittest2
175175
social-auth-app-django==5.4.0
176176
# via -r requirements/base.txt
177-
social-auth-core==4.5.2
177+
social-auth-core==4.5.3
178178
# via
179179
# -r requirements/base.txt
180180
# social-auth-app-django

0 commit comments

Comments
 (0)