Skip to content

Commit a8db02b

Browse files
dependabot updates (#224)
* Bump sqlparse from 0.4.2 to 0.4.4 (#216) Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.2...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump cryptography from 3.3.2 to 39.0.1 (#209) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@3.3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump django-celery-results from 2.0.0 to 2.4.0 (#199) Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.0.0 to 2.4.0. - [Release notes](https://github.com/celery/django-celery-results/releases) - [Changelog](https://github.com/celery/django-celery-results/blob/master/Changelog) - [Commits](celery/django-celery-results@v2.0.0...v2.4.0) --- updated-dependencies: - dependency-name: django-celery-results dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lxml from 4.6.5 to 4.9.1 (#198) Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update requirements to work with other dependencies * update requirements.txt with pip freeze --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e6c638 commit a8db02b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ asn1crypto==0.24.0
44
bcrypt==3.1.4
55
beautifulsoup4==4.9.3
66
billiard==3.6.4.0
7-
celery==5.2.2
7+
celery==5.2.7
88
cffi==1.14.5
99
click==8.0.3
1010
click-didyoumean==0.3.0
1111
click-plugins==1.1.1
1212
click-repl==0.2.0
13-
cryptography==3.3.2
13+
cryptography==39.0.1
1414
Django==3.2.18
1515
django-bootstrap4==2.3.1
16-
django-celery-results==2.0.0
16+
django-celery-results==2.4.0
1717
django-filter==2.4.0
1818
django-hijack==3.2.6
1919
django-pam==2.0.0
@@ -25,14 +25,15 @@ idna==2.7
2525
importlib-metadata==2.1.1
2626
invoke==1.0.0
2727
jdcal==1.4
28-
kombu==5.2.2
28+
kombu==5.2.4
2929
lml==0.0.1
30-
lxml==4.6.5
30+
lxml==4.9.1
3131
openpyxl==2.5.3
3232
paramiko==2.10.1
3333
pretty-dump==3.0
3434
prompt-toolkit==3.0.24
3535
psycopg==3.0.11
36+
psycopg2==2.9.5
3637
pyasn1==0.4.6
3738
pycparser==2.18
3839
pyexcel==0.5.8
@@ -46,7 +47,7 @@ python-pam==1.8.4
4647
pytz==2021.3
4748
six==1.11.0
4849
soupsieve==2.2.1
49-
sqlparse==0.4.2
50+
sqlparse==0.4.4
5051
texttable==1.2.1
5152
tzdata==2022.1
5253
vine==5.0.0

0 commit comments

Comments
 (0)