Skip to content

Commit

Permalink
Update several dependencies (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Oct 4, 2023
1 parent 68e9bbb commit aaacaa1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -x \
&& addgroup -g 101 -S indexer \
&& adduser -S -D -u 101 -h /home/indexer -s /sbin/nologin -G indexer -g indexer indexer

RUN apk add --no-cache --update git ca-certificates py3-yaml
RUN apk add --no-cache --update git ca-certificates py3-yaml build-base

ADD requirements.txt /
RUN pip install --upgrade pip && \
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
beautifulsoup4==4.9.3
beautifulsoup4==4.12.2
certifi==2023.7.22
chardet==3.0.4
chardet==5.2.0
click==7.1.2
elasticsearch==6.8.2
GitPython==3.1.35
idna==2.8
Markdown==2.6.11
openapi-spec-validator==0.2.7
prance==0.14.0
GitPython==3.1.37
idna==2.10
Markdown==3.4.4
openapi-spec-validator==0.6.0
prance==23.6.21.0
requests==2.31.0
semver==2.13.0
six==1.16.0
soupsieve==1.7.3
urllib3==1.26.16
soupsieve==1.9.6
urllib3==1.26.17

0 comments on commit aaacaa1

Please sign in to comment.