Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
5082b803a0 | |||
387565605e | |||
78de092a45 | |||
860ecadb88 |
@@ -3,6 +3,15 @@
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"baseBranches": [
|
||||
"dev"
|
||||
],
|
||||
"pip_requirements": {
|
||||
"fileMatch": [
|
||||
"requirements/.*\\.txt$"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
|
@@ -1,10 +1,10 @@
|
||||
black~=25.1.0
|
||||
isort==5.13.2
|
||||
mypy~=1.17.0
|
||||
pylint==3.3.8,<3.4.0
|
||||
pytest-cov~=6.2.0
|
||||
pytest~=8.4.0
|
||||
tox==4.29.0
|
||||
mypy~=1.15.0
|
||||
pylint==3.3.7,<3.4.0
|
||||
pytest-cov~=6.1.0
|
||||
pytest~=8.3.2
|
||||
tox==4.25.0
|
||||
types-ujson~=5.10.0.20240515
|
||||
|
||||
# Disabled async libraries for now
|
||||
|
@@ -1,2 +1,2 @@
|
||||
build==1.3.0
|
||||
build==1.2.2.post1
|
||||
twine~=6.1.0
|
||||
|
@@ -1 +1 @@
|
||||
ujson~=5.11.0
|
||||
ujson~=5.10.0
|
Reference in New Issue
Block a user