Skip to content

Commit ebf521e

Browse files
chore: python requirements update (#4526)
1 parent c3261d4 commit ebf521e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi==2024.12.14
1818
# via
1919
# elasticsearch
2020
# requests
21-
charset-normalizer==3.4.0
21+
charset-normalizer==3.4.1
2222
# via requests
2323
django-elasticsearch-dsl==7.4
2424
# via -r requirements/docs.in

requirements/local.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ asgiref==3.8.1
3232
# django-countries
3333
asn1crypto==1.5.1
3434
# via snowflake-connector-python
35-
astroid==3.3.7
35+
astroid==3.3.8
3636
# via
3737
# pylint
3838
# pylint-celery
@@ -64,9 +64,9 @@ boltons==21.0.0
6464
# face
6565
# glom
6666
# semgrep
67-
boto3==1.35.86
67+
boto3==1.35.90
6868
# via django-ses
69-
botocore==1.35.86
69+
botocore==1.35.90
7070
# via
7171
# boto3
7272
# s3transfer
@@ -100,7 +100,7 @@ cffi==1.17.1
100100
# snowflake-connector-python
101101
chardet==5.2.0
102102
# via tox
103-
charset-normalizer==3.4.0
103+
charset-normalizer==3.4.1
104104
# via
105105
# requests
106106
# snowflake-connector-python
@@ -136,7 +136,7 @@ colorama==0.4.6
136136
# tox
137137
contentful==2.2.0
138138
# via -r requirements/base.in
139-
coverage[toml]==7.6.9
139+
coverage[toml]==7.6.10
140140
# via
141141
# -r requirements/test.in
142142
# pytest-cov
@@ -625,7 +625,7 @@ pyjwt[crypto]==2.10.1
625625
# simple-salesforce
626626
# snowflake-connector-python
627627
# social-auth-core
628-
pylint==3.3.2
628+
pylint==3.3.3
629629
# via
630630
# edx-lint
631631
# pylint-celery

requirements/production.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ beautifulsoup4==4.12.3
4141
# taxonomy-connector
4242
billiard==4.2.1
4343
# via celery
44-
boto3==1.35.86
44+
boto3==1.35.90
4545
# via django-ses
46-
botocore==1.35.86
46+
botocore==1.35.90
4747
# via
4848
# boto3
4949
# s3transfer
@@ -71,7 +71,7 @@ cffi==1.17.1
7171
# cryptography
7272
# pynacl
7373
# snowflake-connector-python
74-
charset-normalizer==3.4.0
74+
charset-normalizer==3.4.1
7575
# via
7676
# requests
7777
# snowflake-connector-python

0 commit comments

Comments
 (0)