Browse Source

Merge branch 'main' into dump-processor-support

pull/1309/head
Ross McFarland 2 months ago
committed by GitHub
parent
commit
13d51843ee
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
5 changed files with 26 additions and 22 deletions
  1. +4
    -0
      .changelog/5989661ef50b4f31a1ca8019a702a4bb.md
  2. +2
    -2
      .ci-config.json
  3. +17
    -17
      requirements-dev.txt
  4. +1
    -1
      requirements-docs.txt
  5. +2
    -2
      requirements.txt

+ 4
- 0
.changelog/5989661ef50b4f31a1ca8019a702a4bb.md View File

@ -0,0 +1,4 @@
---
type: none
---
Update requirements*.txt

+ 2
- 2
.ci-config.json View File

@ -1,4 +1,4 @@
{
"python_version_current": "3.13",
"python_versions_active": ["3.9", "3.10", "3.11", "3.12", "3.13"]
"python_version_current": "3.14",
"python_versions_active": ["3.10", "3.11", "3.12", "3.13", "3.14"]
}

+ 17
- 17
requirements-dev.txt View File

@ -1,52 +1,52 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Pygments==2.19.2
SecretStorage==3.3.3
SecretStorage==3.4.0
black==24.10.0
build==1.3.0
certifi==2025.8.3
cffi==1.17.1
certifi==2025.10.5
cffi==2.0.0
changelet==0.3.0
charset-normalizer==3.4.3
click==8.1.8; python_version<'3.10'
click==8.2.1; python_version>='3.10'
click==8.3.0; python_version>='3.10'
cmarkgfm==2024.11.20
coverage==7.10.3
cryptography==45.0.6
coverage==7.10.7
cryptography==46.0.2
docutils==0.21.2
id==1.5.0
iniconfig==2.1.0
isort==6.0.1
isort==6.1.0
jaraco.classes==3.4.0
jaraco.context==6.0.1
jaraco.functools==4.2.1
jaraco.functools==4.3.0
jeepney==0.9.0
keyring==25.6.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.7.0
more-itertools==10.8.0
mypy_extensions==1.1.0
nh3==0.3.0
nh3==0.3.1
packaging==25.0
pathspec==0.12.1
platformdirs==4.3.8
platformdirs==4.5.0
pluggy==1.6.0
pprintpp==0.4.0
pycountry==24.6.1
pycountry-convert==0.7.2
pycparser==2.22
pycparser==2.23
pyflakes==3.4.0
pyproject_hooks==1.2.0
pytest==8.4.1
pytest-cov==6.2.1
pytest-mock==3.14.1
pytest==8.4.2
pytest-cov==7.0.0
pytest-mock==3.15.1
pytest_network==0.0.1
readme_renderer==44.0
repoze.lru==0.7
requests==2.32.4
requests==2.32.5
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==14.1.0
semver==3.0.4
twine==6.1.0
twine==6.2.0
urllib3==2.5.0
wheel==0.45.1

+ 1
- 1
requirements-docs.txt View File

@ -1,6 +1,6 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Jinja2==3.1.6
MarkupSafe==3.0.2
MarkupSafe==3.0.3
Sphinx==7.4.7; python_version=='3.9'
Sphinx==8.1.3; python_version=='3.10'
Sphinx==8.2.3; python_version>='3.11'


+ 2
- 2
requirements.txt View File

@ -1,6 +1,6 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
PyYAML==6.0.2
dnspython==2.7.0
PyYAML==6.0.3
dnspython==2.8.0
fqdn==1.5.1
idna==3.10
natsort==8.4.0


Loading…
Cancel
Save