This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Merge pull request
#1310
from octodns/update-requirements
update requirements*.txt
pull/1314/head
Ross McFarland
2 months ago
committed by
GitHub
parent
62e5b8b95d
9600c61b35
commit
81edf64870
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
5 changed files
with
26 additions
and
22 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.changelog/5989661ef50b4f31a1ca8019a702a4bb.md
+2
-2
.ci-config.json
+17
-17
requirements-dev.txt
+1
-1
requirements-docs.txt
+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.1
3
"
,
"python_versions_active"
:
[
"3.
9"
,
"3.
10"
,
"3.11"
,
"3.12"
,
"3.13"
]
"python_version_current"
:
"3.1
4
"
,
"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==4
5.0.6
coverage==7.10.
7
cryptography==4
6.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.2
2
pycparser==2.2
3
pyflakes==3.4.0
pyproject_hooks==1.2.0
pytest==8.4.
1
pytest-cov==
6.2.1
pytest-mock==3.1
4
.1
pytest==8.4.
2
pytest-cov==
7.0.0
pytest-mock==3.1
5
.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
Write
Preview
Loading…
Cancel
Save