Skip to content

Commit dbd28eb

Browse files
authored
Merge pull request #287 from ModellingWebLab/dependabot/pip/dev-requirements/requests-2.32.4
Bump requests from 2.32.3 to 2.32.4 in /dev-requirements
2 parents 0507ad8 + 04b4010 commit dbd28eb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ ignore =
99
# break after binary operator - allow either style
1010
exclude=
1111
.git,
12+
build,
1213
dev-requirements,
1314
venv,

chaste_codegen/_rdf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class given by ``term``, i.e. are connected to it by a path of ``rdf:type`` pred
5757
assert isinstance(term, tuple), "Expecting term to be a namespace tuple"
5858
assert isinstance(model, Model), "Expecting model to be a cellmlmanip Model"
5959

60-
global _ONTOLOGY
6160
_load_ontoloty()
6261

6362
term = create_rdf_node(term)
@@ -81,7 +80,6 @@ class given by ``term``, i.e. are connected to it by a path of ``rdf:type`` pred
8180
def get_MultipleUsesAllowed_tags():
8281
global _MULTI_USES_ALLOWED_TAGS
8382
if _MULTI_USES_ALLOWED_TAGS is None:
84-
global _ONTOLOGY
8583
_load_ontoloty()
8684
_MULTI_USES_ALLOWED_TAGS = set(str(term).replace(OXMETA, '')
8785
for term in _ONTOLOGY.subjects(rdflib.RDF.type,

dev-requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pyparsing==3.2.1
3333
pytest==8.3.4
3434
pytest-cov==6.0.0
3535
rdflib==7.1.3
36-
requests==2.32.3
36+
requests==2.32.4
3737
six==1.17.0
3838
snowballstemmer==2.2.0
3939
Sphinx==7.4.7

0 commit comments

Comments
 (0)