Skip to content

Commit 3e2089a

Browse files
authored
Upgrade python-inspector and other dependencies to latest version (#1642)
Signed-off-by: tdruez <[email protected]>
1 parent 61bb26d commit 3e2089a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

etc/thirdparty/virtualenv.pyz

1.24 MB
Binary file not shown.
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.27.1
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.27.1/public/virtualenv.pyz
3+
version: 20.29.3
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.29.3/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.27.1#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.29.3#public/virtualenv.pyz

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==8.6.1
53-
setuptools==76.0.0
53+
setuptools==78.0.2
5454
# Django related
5555
Django==5.1.7
5656
django-environ==0.12.0
@@ -64,7 +64,7 @@ install_requires =
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# Task queue
67-
rq==2.1.0
67+
rq==2.2.0
6868
django-rq==3.0.0
6969
redis==5.2.1
7070
# WSGI server
@@ -83,7 +83,7 @@ install_requires =
8383
elf-inspector==0.0.1
8484
go-inspector==0.5.0
8585
rust-inspector==0.1.0
86-
python-inspector==0.12.1
86+
python-inspector==0.13.1
8787
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8888
aboutcode-toolkit==11.0.0
8989
# Utilities
@@ -114,10 +114,10 @@ install_requires =
114114
[options.extras_require]
115115
dev =
116116
# Validation
117-
ruff==0.9.10
117+
ruff==0.11.2
118118
doc8==1.1.2
119119
# Debug
120-
django-debug-toolbar==5.0.1
120+
django-debug-toolbar==5.1.0
121121
# Documentation
122122
Sphinx==8.1.3
123123
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)