Skip to content

Commit

Permalink
Upgrade Django to security release 5.1.2 (#1410)
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez authored Oct 21, 2024
1 parent 5f83f68 commit 54be562
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Binary file modified etc/thirdparty/virtualenv.pyz
Binary file not shown.
6 changes: 3 additions & 3 deletions etc/thirdparty/virtualenv.pyz.ABOUT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
about_resource: virtualenv.pyz
name: get-virtualenv
version: 20.26.3
download_url: https://github.com/pypa/get-virtualenv/raw/20.26.3/public/virtualenv.pyz
version: 20.27.0
download_url: https://github.com/pypa/get-virtualenv/raw/20.27.0/public/virtualenv.pyz
description: virtualenv is a tool to create isolated Python environments.
homepage_url: https://github.com/pypa/virtualenv
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
Expand All @@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
redistribute: yes
attribute: yes
track_changes: yes
package_url: pkg:github/pypa/get-virtualenv@20.26.3#public/virtualenv.pyz
package_url: pkg:github/pypa/get-virtualenv@20.27.0#public/virtualenv.pyz
24 changes: 12 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@ packages=find:
include_package_data = true
zip_safe = false
install_requires =
importlib-metadata==8.2.0
importlib-metadata==8.5.0
setuptools==72.1.0
# Django related
Django==5.1.1
Django==5.1.2
django-environ==0.11.2
django-crispy-forms==2.3
crispy-bootstrap3==2024.1
django-filter==24.3
djangorestframework==3.15.2
django-taggit==6.0.0
django-taggit==6.1.0
# Database
psycopg[binary]==3.2.1
psycopg[binary]==3.2.3
# wait_for_database Django management command
django-probes==1.7.0
# Task queue
rq==1.16.2
django-rq==2.10.2
redis==5.0.8
redis==5.1.1
# WSGI server
gunicorn==23.0.0
# Docker
Expand All @@ -83,16 +83,16 @@ install_requires =
go-inspector==0.3.1
python-inspector==0.12.1
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
aboutcode-toolkit==10.1.0
aboutcode-toolkit==11.0.0
# Utilities
XlsxWriter==3.2.0
openpyxl==3.1.5
requests==2.32.3
gitpython==3.1.43
# Profiling
pyinstrument==4.7.2
pyinstrument==5.0.0
# CycloneDX
cyclonedx-python-lib==7.6.0
cyclonedx-python-lib==8.1.0
jsonschema==4.23.0
# Font Awesome
fontawesomefree==6.6.0
Expand All @@ -109,13 +109,13 @@ install_requires =
[options.extras_require]
dev =
# Validation
ruff==0.6.4
doc8==1.1.1
ruff==0.7.0
doc8==1.1.2
# Debug
django-debug-toolbar==4.4.6
# Documentation
Sphinx==7.4.0
sphinx-rtd-theme==2.0.0
Sphinx==8.1.3
sphinx-rtd-theme==3.0.1
sphinx-rtd-dark-mode==1.3.0
sphinxcontrib-django==2.5
# Release
Expand Down

0 comments on commit 54be562

Please sign in to comment.