Skip to content

Commit 63b78de

Browse files
committed
Upgrade Django and multiple dependencies to latest versions
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent f42522b commit 63b78de

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

etc/thirdparty/virtualenv.pyz

84.5 KB
Binary file not shown.

etc/thirdparty/virtualenv.pyz.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about_resource: virtualenv.pyz
22
name: get-virtualenv
3-
version: 20.25.0
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.25.0/public/virtualenv.pyz
3+
version: 20.25.1
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.25.1/public/virtualenv.pyz
55
description: virtualenv is a tool to create isolated Python environments.
66
homepage_url: https://github.com/pypa/virtualenv
77
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
@@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
1010
redistribute: yes
1111
attribute: yes
1212
track_changes: yes
13-
package_url: pkg:github/pypa/get-virtualenv@20.25.0#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.25.1#public/virtualenv.pyz

setup.cfg

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@ packages=find:
4848
include_package_data = true
4949
zip_safe = false
5050
install_requires =
51-
importlib-metadata==7.0.1
51+
importlib-metadata==7.0.2
5252
# Django related
53-
Django==5.0.2
53+
Django==5.0.3
5454
django-environ==0.11.2
5555
django-crispy-forms==2.1
5656
crispy-bootstrap3==2024.1
57-
django-filter==23.5
58-
djangorestframework==3.14.0
57+
django-filter==24.1
58+
djangorestframework==3.15.0
5959
django-taggit==5.0.1
6060
# Database
6161
psycopg[binary]==3.1.18
6262
# wait_for_database Django management command
6363
django-probes==1.7.0
6464
# Task queue
65-
rq==1.15.1
65+
rq==1.16.1
6666
django-rq==2.10.1
67-
redis==5.0.1
67+
redis==5.0.3
6868
# WSGI server
6969
gunicorn==21.2.0
7070
# Docker
@@ -80,19 +80,19 @@ install_requires =
8080
elf-inspector==0.0.1
8181
aboutcode-toolkit==10.1.0
8282
# Utilities
83-
XlsxWriter==3.1.9
83+
XlsxWriter==3.2.0
8484
openpyxl==3.1.2
8585
requests==2.31.0
86-
gitpython==3.1.41
86+
gitpython==3.1.42
8787
# Profiling
8888
pyinstrument==4.6.2
8989
# CycloneDX
90-
cyclonedx-python-lib==6.4.1
90+
cyclonedx-python-lib==6.4.3
9191
jsonschema==4.21.1
9292
# Font Awesome
9393
fontawesomefree==6.5.1
9494
# MatchCode-toolkit
95-
matchcode-toolkit==3.0.0
95+
matchcode-toolkit==4.0.0
9696
# Univers
9797
univers==30.11.0
9898
# Markdown
@@ -103,12 +103,12 @@ install_requires =
103103
dev =
104104
# Validation
105105
flake8==7.0.0
106-
black==24.2.0
106+
black==24.3.0
107107
isort==5.13.2
108108
doc8==1.1.1
109109
pydocstyle==6.3.0
110110
# Security analyzer
111-
bandit==1.7.7
111+
bandit==1.7.8
112112
# Debug
113113
django-debug-toolbar==4.3.0
114114
# Documentation
@@ -118,7 +118,7 @@ dev =
118118
sphinxcontrib-django==2.5
119119
# Release
120120
bumpver==2023.1129
121-
twine==4.0.2
121+
twine==5.0.0
122122

123123
[options.entry_points]
124124
console_scripts =

0 commit comments

Comments
 (0)