Skip to content

Commit 3fe37d7

Browse files
authored
Merge branch 'main' into new-package-lock
2 parents 51f2712 + 9e3a1dd commit 3fe37d7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Django>=4.2.14,<5
22
pytz==2024.2
3-
httplib2==0.22.0
3+
httplib2==0.31.0
44
feedparser==6.0.12
5-
Markdown==3.7 # pyup: < 3
5+
Markdown==3.10 # pyup: < 3
66
psycopg[binary]==3.2.1
77
versiontools==1.9.1
88
statsd==4.0.1
@@ -12,9 +12,9 @@ mccabe==0.7.0
1212
configparser==7.1.0
1313
importlib-metadata<8.6 # for flake8
1414
zipp==3.20.0
15-
flake8==7.1.0
16-
pycodestyle==2.12.0
17-
tornado==6.4
15+
flake8==7.3.0
16+
pycodestyle==2.14.0
17+
tornado==6.5.3
1818
beautifulsoup4==4.12.0
1919
cssselect==1.3.0
2020
lxml==5.3.0
@@ -35,7 +35,7 @@ typing_extensions==4.12.0
3535
astroid==4.0.2
3636
pylint==3.3.1
3737

38-
six==1.16.0
38+
six==1.17.0
3939
faker==38.2.0 # factory_boy
4040
factory_boy==3.3.0
4141

@@ -44,7 +44,7 @@ sqlparse==0.5.0
4444

4545
# boto3 deps
4646
s3transfer==0.10.0
47-
jmespath==1.0.0
47+
jmespath==1.0.1
4848

4949
boto3>=1.9.198,<1.43.0
5050
botocore>=1.12.198,<1.43.0
@@ -68,22 +68,22 @@ typing==3.7.4.1; python_version < '3.5'
6868
django-extensions==4.1
6969
django-stagingcontext==0.1.0
7070
django-ga-context==0.1.0
71-
django-impersonate==1.9.1
71+
django-impersonate==1.9.5
7272
gunicorn==23.0.0
7373
django-infranil==1.1.0
7474
django-flatblocks==1.0.0
7575

7676
djangorestframework==3.15.0
7777

7878

79-
django-storages==1.14.4
79+
django-storages==1.14.6
8080
ctlsettings==0.4.5
8181

8282
text_unidecode==1.3
8383

8484
django-taggit==6.1.0
8585

86-
nameparser==1.1.0
86+
nameparser==1.1.3
8787
oauth2==1.9.0.post1
8888
oauthlib==3.2.0
8989

@@ -115,7 +115,7 @@ sympy==1.13.0 # torch
115115
torch==2.9.1+cpu
116116

117117
numpy<3
118-
levenshtein==0.23.0
118+
levenshtein==0.27.3
119119
rapidfuzz==3.14.3
120120

121121
backports.zoneinfo==0.2.1; python_version < '3.9'

0 commit comments

Comments
 (0)